Administrator
2024-01-22 9fb8df2f64a1ce11a62bcb31ee550812162b7e41
l2/l2_transaction_data_manager.py
@@ -126,6 +126,14 @@
                            break
                except Exception as e:
                    async_log_util.error(hx_logger_l2_debug, str(e))
                try:
                    if LCancelBigNumComputer().add_transaction_datas(code, datas)[0]:
                        L2TradeDataProcessor.cancel_buy(code, f"L后成交太快撤单:{datas[-1]}")
                        order_begin_pos = None
                except Exception as e:
                    async_log_util.error(hx_logger_l2_debug, str(e))
            # 计算已经成交的大单
            big_money_count = 0
            for d in datas: