Administrator
2024-02-02 df4cee929486a993868a15c13cd67e56b861907b
l2/cancel_buy_strategy.py
@@ -1810,7 +1810,7 @@
                        # 在成交位置之后
                        need_find_by = False
                        break
            if need_find_by and not is_default:
            if need_find_by and (not is_default or not watch_indexes):
                l2_log.g_cancel_debug(code, f"启动小单备用监听:{start_index}-{real_order_index}")
                temp_list = []
                for i in range(start_index, real_order_index):