[Fix] filter new event push for BinanceGateway
This commit is contained in:
parent
4450774bda
commit
3077611e2d
@ -629,7 +629,7 @@ class BinanceTradeWebsocketApi(WebsocketClient):
|
||||
""""""
|
||||
if packet["e"] == "outboundAccountInfo":
|
||||
self.on_account(packet)
|
||||
else:
|
||||
elif packet["e"] == "executionReport":
|
||||
self.on_order(packet)
|
||||
|
||||
def on_account(self, packet):
|
||||
|
Loading…
Reference in New Issue
Block a user