l2/place_order_single_data_manager.py
@@ -64,6 +64,13 @@ break @classmethod def get_latest_limit_up_sell_order_count(cls, code): sell_list = cls.__latest_limit_up_sell_list_dict.get(code) if not sell_list: return 0 return len(sell_list) @classmethod def process_passive_limit_up_sell_data(cls, code, datas, limit_up_price): """ 添加涨停被动卖成交数据