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