mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
-) Removed pendingOrders from BfxWebsocket() (it was not used anywhere)
-) Fixed issue in confirm_order_new() (the keys of the dict pending_orders are the cids of the orders, and not the ids)
This commit is contained in:
committed by
Robert Kowalski
parent
e39ed1c491
commit
50c52b77ab
@@ -158,7 +158,6 @@ class BfxWebsocket(GenericWebsocket):
|
||||
self.API_SECRET = API_SECRET
|
||||
self.manageOrderBooks = manageOrderBooks
|
||||
self.dead_man_switch = dead_man_switch
|
||||
self.pendingOrders = {}
|
||||
self.orderBooks = {}
|
||||
self.ws_capacity = ws_capacity
|
||||
self.channel_filter = channel_filter
|
||||
|
||||
Reference in New Issue
Block a user