From 0860be15f09be6a00b1795c17575e3b1d5f2193b Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 19 四月 2024 19:44:06 +0800 Subject: [PATCH] L撤完善 --- l2/l2_transaction_data_processor.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/l2/l2_transaction_data_processor.py b/l2/l2_transaction_data_processor.py index f19199e..a495a43 100644 --- a/l2/l2_transaction_data_processor.py +++ b/l2/l2_transaction_data_processor.py @@ -92,7 +92,8 @@ big_money_count += 1 DealOrderNoManager().add_orderno(code, f"{deal_info[0]}") # L鍚庢槸鍚︽湁鎴愪氦锛屽鏋滄湁鎴愪氦灏遍渶瑕侀櫎鍘诲綋鍓嶇瑪鏁帮紝鐒跺悗閲嶆柊鍥婃嫭涓�绗� - LCancelBigNumComputer().add_deal_index(code, data["index"], order_begin_pos.buy_single_index) + # 鏆傛椂涓嶉渶瑕佽繖绉嶅鏉傜殑鏈哄埗 + # LCancelBigNumComputer().add_deal_index(code, data["index"], order_begin_pos.buy_single_index) use_time_list.append(("缁熻涔板崟鏁版嵁", time.time() - _start_time)) _start_time = time.time() -- Gitblit v1.8.0