Commit Graph

19 Commits

Author SHA1 Message Date
itsdeka
83b0a5ecb6 Added example of MARKET order with price=None 2021-11-11 12:38:47 +01:00
itsdeka
110b4b46e1 added full_orderbook.py example 2021-08-09 12:15:56 +02:00
Dario Moceri
062b13a382 fix example for ws (#151) 2021-06-25 11:37:56 +02:00
Dario Moceri
a58c772e4b added ws example (#137)
* This is an example of how is it possible to spawn multiple bfx ws instances to comply to the open subscriptions number contraint (max. 25)
* fix
* typo
* bump version
* made the list smaller
* added newline
Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-24 14:30:36 +02:00
fintzd
8660fac2bb fix: delete get_seed_trades.py (#134)
* Delete get_seed_trades.py
The request here is made with REST not WS, so it is not the correct place for this example.
* Moved the file to where it belongs
2021-05-24 13:28:01 +02: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
1b0c0674d4 examples: set system path to base dir 2020-04-16 10:45:20 +01:00
JacobPlaster
b78f567d01 examples: add stop connection 2020-04-16 10:45:20 +01:00
JacobPlaster
7b3700f619 regen docs 2019-12-20 11:38:00 +00:00
JacobPlaster
f974268d7a examples: add ws auth example 2019-12-20 11:38:00 +00:00
Jacob Plaster
9a84dd7114 examples: add rest create order example 2019-09-11 12:49:53 +01:00
Jacob Plaster
ef3dfe1d40 examples/ws: add derivative status updates example 2019-07-19 14:54:17 +07:00
Jacob Plaster
0c9a0fadbc fix all linting for pylint3 2018-12-18 11:28:04 +00:00
Jacob Plaster
1e6f9b2356 examples: use Order.Type enum in order submit 2018-12-06 13:12:02 +00:00
Jacob Plaster
065873ced8 Rename close_order > cancel_order 2018-12-06 11:33:32 +00:00
Jacob Plaster
136773197d Remove order onComplete and add onConfirma and onClose 2018-12-04 11:36:05 +00:00
Jacob Plaster
1f2fdf9fa0 Remove trade object from order manager 2018-12-04 11:05:16 +00:00
Jacob Plaster
d683faf459 examples: seperate ws and rest examples 2018-12-03 14:40:44 +00:00