Administrator
2024-11-21 264b292269847a39d9553872941eb77ada5cdb2f
servers/huaxin_trade_server.py
@@ -395,7 +395,8 @@
        cls.__save_l1_current_price(datas)
        cls.__process_buy_open_limit_up_datas(datas)
        # 9:30之前采用非线程
        if int(tool.get_now_time_str().replace(":", "")) < int("093000"):
        # TODO 测试
        if int(tool.get_now_time_str().replace(":", "")) < int("093000") or True:
            HuaXinL1TargetCodesManager.set_level_1_codes_datas(datas, request_id=request_id)
        else:
            cls.__process_l1_data_thread_pool.submit(