Administrator
2023-09-15 403f53e86f04ce0efb285d5d60c8519ab8ce1e15
l2/l2_data_manager_new.py
@@ -808,7 +808,7 @@
            # 判断成交进度是否距离我们的位置很近
            total_data = local_today_datas.get(code)
            trade_index, is_default = cls.__TradeBuyQueue.get_traded_index(code)
            if not is_default and trade_index:
            if False and not is_default and trade_index:
                not_cancel_num = 0
                num_operate_map = local_today_num_operate_map.get(code)
                for i in range(trade_index + 1, total_data[-1]["index"] + 1):