Administrator
2025-03-24 1247be02c93dd33bc2eb1a742cbcbb900740d48f
l2/l2_data_manager_new.py
@@ -424,7 +424,7 @@
        now_time_str = tool.get_now_time_str()
        # 将本次中断设置为
        cls.__break_current_batch_data_for_buy_dict[code] = False
        if len(add_datas) > 0:
        if add_datas:
            # 记录当前批数据的索引
            cls.__processing_data_indexes[code] = (add_datas[0]["index"], add_datas[-1]["index"])
            if code not in cls.__trade_log_placr_order_info_dict: