huaxin_client/trade_client.py
@@ -17,6 +17,7 @@ from huaxin_client.trade_transform_protocol import TradeRequest, TradeResponse from log_module import async_log_util from log_module.log import logger_local_huaxin_trade_debug, logger_system, logger_trade from utils import tool UserID = '388000013349' # 登陆密码 @@ -1083,6 +1084,7 @@ def run(trade_response_: TradeResponse, pipe_l2=None, pipe_strategy=None): try: logger_system.info("交易进程ID:{}", os.getpid()) logger_system.info(f"trade 线程ID:{tool.get_thread_id()}") __init_trade_data_server() global l2pipe l2pipe = pipe_l2