trade/huaxin/trade_server.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
trade/huaxin/trade_server.py
@@ -293,9 +293,6 @@ try: l2_data_manager_new.L2TradeDataProcessor.process_huaxin(code, _datas) finally: async_log_util.info(logger_l2_process, "code:{} 处理数据数量: {} 最终处理时间:{}", code, len(_datas), round(time.time() * 1000) - now_timestamp) l2_data_log.l2_time_log(code, f"处理L2逐笔委托结束:处理数据数量: {len(_datas)} 最终处理时间:{round(time.time() * 1000) - now_timestamp}") @classmethod