| | |
| | | |
| | | from l2 import l2_log |
| | | from l2.huaxin import l2_huaxin_util |
| | | from log_module import async_log_util |
| | | from log_module.log import logger_l2_trade_buy, logger_debug |
| | | from utils import tool |
| | | |
| | |
| | | if code not in cls.__latest_limit_up_sell_list_dict: |
| | | cls.__latest_limit_up_sell_list_dict[code] = [] |
| | | cls.__latest_limit_up_sell_list_dict[code].append(data) |
| | | async_log_util.info(logger_debug, f"添加涨停卖数据:{code}-{data}") |
| | | if code not in cls.__latest_limit_up_sell_order_no_set_dict: |
| | | cls.__latest_limit_up_sell_order_no_set_dict[code] = set() |
| | | cls.__latest_limit_up_sell_order_no_set_dict[code].add(data['val']['orderNo']) |