commit
33bd9c56c7
@ -644,7 +644,6 @@ class OkexWebsocketApi(WebsocketClient):
|
||||
|
||||
def on_depth(self, d):
|
||||
""""""
|
||||
for tick_data in d:
|
||||
symbol = d["instrument_id"]
|
||||
tick = self.ticks.get(symbol, None)
|
||||
if not tick:
|
||||
|
@ -709,7 +709,6 @@ class OkexfWebsocketApi(WebsocketClient):
|
||||
|
||||
def on_depth(self, d):
|
||||
""""""
|
||||
for tick_data in d:
|
||||
symbol = d["instrument_id"]
|
||||
tick = self.ticks.get(symbol, None)
|
||||
if not tick:
|
||||
|
Loading…
Reference in New Issue
Block a user