From 8723789759c6e1c4b97ef6ed9a50de05eba9eed4 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 24 十一月 2023 18:33:47 +0800 Subject: [PATCH] 卖的相关接口支持 --- code_attribute/first_target_code_data_processor.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py index 4ba2818..79b4ff8 100644 --- a/code_attribute/first_target_code_data_processor.py +++ b/code_attribute/first_target_code_data_processor.py @@ -218,12 +218,6 @@ prices.append( {"code": code, "time": limit_up_time, "rate": rate, "limit_up": is_limit_up}) - if code in new_add_codes: - if is_limit_up: - place_order_count = trade_data_manager.PlaceOrderCountManager().get_place_order_count( - code) - if place_order_count == 0: - trade_data_manager.PlaceOrderCountManager().place_order(code) gpcode_first_screen_manager.process_ticks(prices) logger_l2_codes_subscript.info(f"({request_id})l2浠g爜鐩稿叧鏁版嵁鍔犺浇瀹屾垚") -- Gitblit v1.8.0