mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-23 16:54:20 +01:00
Remove order onComplete and add onConfirma and onClose
This commit is contained in:
@@ -42,6 +42,6 @@ async def submit_order(auth_message):
|
||||
|
||||
# You can also provide a callback
|
||||
# await ws.submit_order('tBTCUSD', 0, 0.01,
|
||||
# 'EXCHANGE MARKET', onComplete=trade_complete)
|
||||
# 'EXCHANGE MARKET', onClose=trade_complete)
|
||||
|
||||
bfx.ws.run()
|
||||
|
||||
Reference in New Issue
Block a user