Administrator
2024-04-22 b7549def5867c6aba6231ea74359cfe84990ee25
l2/l2_transaction_data_processor.py
@@ -92,7 +92,8 @@
                        big_money_count += 1
                        DealOrderNoManager().add_orderno(code, f"{deal_info[0]}")
                    # L后是否有成交,如果有成交就需要除去当前笔数,然后重新囊括一笔
                    LCancelBigNumComputer().add_deal_index(code, data["index"], order_begin_pos.buy_single_index)
                    # 暂时不需要这种复杂的机制
                    # LCancelBigNumComputer().add_deal_index(code, data["index"], order_begin_pos.buy_single_index)
            use_time_list.append(("统计买单数据", time.time() - _start_time))
            _start_time = time.time()