Commit Graph

18 Commits

Author SHA1 Message Date
itsdeka
d3c105a710 fixed trades handling error 2022-01-29 22:32:17 +01:00
itsdeka
793fda9d67 updated version
changed account's trade execution (te) and trade update (tu) handling
2022-01-20 13:35:36 +01:00
itsdeka
7f47405fa3 Fixed socket.send() issue (IndexError: deque index out of range) 2021-12-20 12:17:27 +01:00
itsdeka
d1308dad7b refactoring 2021-11-29 09:49:33 +01:00
itsdeka
765532185e fixed pyee 'error must derive from BaseException' issue 2021-11-29 09:38:42 +01:00
Dario Moceri
fa6ec4e718 Added missing error to ERRORS (#136)
* Added missing error to ERRORS
* bump version
2021-04-23 13:23:05 +02:00
Dario Moceri
d198ccb7a7 Invalid orders should be removed from pending_orders (#126)
* Invalid orders should be removed from pending_orders

* If an EXCHANGE_FILL_OR_KILL order is unfilled and cancelled, confirm_order_new will not get called. This can leave lots of pending orders remaining in the order_manager.

However, confirm_order_closed will get called, and therefore we should delete pending orders from that method as well.
* updated CHANGELOG
2021-04-09 16:20:08 +02:00
Dario Moceri
50c52b77ab -) 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)
2021-03-15 16:35:00 +01:00
JacobPlaster
84dd5d8d09 websocket: support events pu, pc, pn 2020-07-07 11:11:43 +01:00
JOlson
427e99710e Fix docstring, comment typos 2020-07-07 10:40:06 +01:00
JacobPlaster
1f300dd326 websocket: add new events and use t/f to define ticker 2020-04-16 10:45:20 +01:00
JacobPlaster
4273a9e7f9 bfxapi: add ticker event updates 2020-04-16 10:45:20 +01:00
JacobPlaster
d54c0d2391 websocket: add write lock when sending 2020-01-09 11:39:06 +00:00
JacobPlaster
2195e8b3b2 ws/client: add channel_filter field 2019-12-20 11:38:00 +00:00
JacobPlaster
a9afd66449 README: remove ERRORS, spelling and add timeframe comment 2019-10-10 11:47:29 +01:00
JacobPlaster
3e4beb5f7e bfxapi: edit comments for doc generating 2019-10-10 11:47:29 +01:00
Jacob Plaster
ac20a7530a websocket: add subscriptions to status channel functionality 2019-07-19 14:54:17 +07:00
Jacob Plaster
1eacb9eab9 Fix camel-casing filenames and remove filename conflicts 2019-07-17 14:25:43 +07:00