Administrator
2025-05-09 56ea7775148095ee35f43a67ed65b240f60bc285
huaxin_client/l2_client_test.py
@@ -104,7 +104,7 @@
                if last_buy_order[2] > 299e4:
                    self.big_accurate_buy_order_queue.put_nowait(last_buy_order)
            except Exception as e:
                print("数据:", last_buy_order, item)
                print("数据:", last_buy_order, self.__latest_buy_order, item)
                raise e
            # 如果数据过多需要移除过长时间的小金额数据
            accurate_buy_count = len(self.__big_accurate_buy_order_dict.keys())