Administrator
2023-10-24 d7f6b3bc0e6a5d816e3ae301223916d988f9b032
bug修复
1个文件已修改
2 ■■■ 已修改文件
trade/huaxin/huaxin_trade_server.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
trade/huaxin/huaxin_trade_server.py
@@ -744,7 +744,7 @@
            # 获取交易信息,
            # 获取正在成交的位置/获取下单位置/获取成交速率
            total_datas = l2_data_util.local_today_datas.get(code)
            trade_index = transaction_progress.TradeBuyQueue().get_traded_index(code)
            trade_index, is_default = transaction_progress.TradeBuyQueue().get_traded_index(code)
            trade_speed = transaction_progress.TradeBuyQueue().get_trade_speed(code)
            # 下单位置
            place_order_index = SecondCancelBigNumComputer().get_real_place_order_index_cache(code)