Administrator
2025-04-07 20b44f052f1341ecd95c0183205572ff423c38df
原始委托日志只记录大单
1个文件已修改
2 ■■■ 已修改文件
huaxin_client/l2_data_manager_v2.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
huaxin_client/l2_data_manager_v2.py
@@ -235,7 +235,7 @@
                                           f"耗时:{use_time}s  结束数据:{last_data} 数据数量:{len(temp_list)}")
                    # TODO测试 ,记录所有的订单号
                    huaxin_l2_log.info(logger_local_huaxin_l2_orderdetail,
                                       f"{[(x[0], x[1], x[2], x[4], x[8]) for x in temp_list]}")
                                       f"{[(x[0], x[1], x[2], x[4], x[8]) for x in temp_list if x[2] >= filter_condition[0][0]]}")
                    temp_list = []
                else:
                    if code not in self.temp_order_queue_dict: