From 8c0891b4d7d0961402d28ba58c081d940464ff2a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 23 八月 2023 17:44:05 +0800 Subject: [PATCH] 新版S撤 --- l2/l2_data_manager_new.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/l2/l2_data_manager_new.py b/l2/l2_data_manager_new.py index caa950c..1c8852a 100644 --- a/l2/l2_data_manager_new.py +++ b/l2/l2_data_manager_new.py @@ -312,8 +312,9 @@ # 鑾峰彇涓嬪崟浣嶇疆 place_order_index = huaxin_delegate_postion_manager.get_l2_place_order_position(code, datas) if place_order_index: - logger_l2_process.info("code:{} 鑾峰彇鍒颁笅鍗曠湡瀹炰綅缃細{}", code, place_order_index) cls.__DCancelBigNumComputer.set_real_order_index(code, place_order_index) + cls.__SecondCancelBigNumComputer.set_real_place_order_index(code, place_order_index) + async_log_util.info(logger_l2_process, "code:{} 鑾峰彇鍒颁笅鍗曠湡瀹炰綅缃細{}", code, place_order_index) __start_time = round(t.time() * 1000) if len(datas) > 0: cls.process_add_datas(code, datas, 0, __start_time) -- Gitblit v1.8.0