Remove order onComplete and add onConfirma and onClose

This commit is contained in:
Jacob Plaster
2018-12-04 11:26:36 +00:00
parent 1f2fdf9fa0
commit 136773197d
4 changed files with 18 additions and 16 deletions

View File

@@ -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()