From 77407cc9fa8a98f35c599f836c15934756a0bf4a Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 18 八月 2023 10:39:33 +0800
Subject: [PATCH] bug修改

---
 l2/l2_data_manager_new.py |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/l2/l2_data_manager_new.py b/l2/l2_data_manager_new.py
index 5fbd466..b39e616 100644
--- a/l2/l2_data_manager_new.py
+++ b/l2/l2_data_manager_new.py
@@ -207,7 +207,6 @@
 class L2TradeDataProcessor:
     unreal_buy_dict = {}
     volume_rate_info = {}
-    l2BigNumForMProcessor = L2BigNumForMProcessor()
     __codeActualPriceProcessor = CodeActualPriceProcessor()
     __ths_l2_trade_queue_manager = trade_queue_manager.thsl2tradequeuemanager()
     __thsBuy1VolumnManager = trade_queue_manager.THSBuy1VolumnManager()
@@ -1021,8 +1020,6 @@
                 count = 0
                 l2_log.debug(code, "鑾峰彇鍒颁拱鍏ヤ俊鍙疯捣濮嬬偣锛歿} ,璁$畻鑼冨洿锛歿}-{} 锛岄噺姣旓細{}锛屾暟鎹細{}", buy_single_index, compute_start_index,
                              compute_end_index, cls.volume_rate_info[code], total_datas[buy_single_index])
-                # 濡傛灉鏄粖澶╃涓�娆℃湁涓嬪崟寮�濮嬩俊鍙凤紝闇�瑕佽缃ぇ鍗曡捣濮嬬偣
-                cls.l2BigNumForMProcessor.set_begin_pos(code, buy_single_index)
 
         # _start_time = l2_data_log.l2_time(code, tool.get_now_timestamp() - _start_time, "涓嬪崟淇″彿璁$畻鏃堕棿")
 
@@ -1034,11 +1031,6 @@
         start_process_index = max(buy_single_index, compute_start_index)
         if new_get_single:
             start_process_index = buy_single_index
-
-        # 璁$畻m鍊煎ぇ鍗�
-        cls.l2BigNumForMProcessor.process(code, start_process_index,
-                                          compute_end_index,
-                                          gpcode_manager.get_limit_up_price(code))
 
         # _start_time = l2_data_log.l2_time(code, tool.get_now_timestamp() - _start_time, "璁$畻m鍊煎ぇ鍗�")
 

--
Gitblit v1.8.0