From 2f657be70f46b570c68ac18ef794d8bd61968fc8 Mon Sep 17 00:00:00 2001 From: noranhe <63988546+noranhe@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4first=5Fupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnpy_coinbase/coinbase_gateway.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vnpy_coinbase/coinbase_gateway.py b/vnpy_coinbase/coinbase_gateway.py index 5cc019a..3c5d929 100644 --- a/vnpy_coinbase/coinbase_gateway.py +++ b/vnpy_coinbase/coinbase_gateway.py @@ -739,8 +739,6 @@ def __init__(self, symbol: str, exchange: Exchange, gateway: BaseGateway) -> Non gateway_name=gateway.gateway_name, ) - self.first_update: bool = False - def on_message(self, d: dict) -> None: """Websocket订单簿更新推送""" if d["type"] == "l2update":