Commit Graph

205 Commits

Author SHA1 Message Date
Richard Hoekstra
3fa6feb888 FIX:
- New closed orders were not added to the 'closed_orders' dict.
- Confirmed pending orders were not removed from the 'pending_orders' dict.
2020-07-07 10:42:57 +01:00
hollossy
dfb1f08c65 Update Funding script info
Current script not showing the correct request parameters for funding. Trade data was included, changed it to show funding data.
2020-07-07 10:40:38 +01:00
JOlson
427e99710e Fix docstring, comment typos 2020-07-07 10:40:06 +01:00
JacobPlaster
51803c87c9 .travis: bump pythn version to 3.8.2 2020-07-07 10:37:56 +01:00
JacobPlaster
3733ac562d setup.py: bump to 1.1.7 2020-07-07 10:33:37 +01:00
JacobPlaster
1812942c5f bfx_rest: get_ledgers support None symbol 2020-07-07 10:33:27 +01:00
hajdbo
09f39d81ee clean pylint result 2020-07-07 10:25:47 +01:00
hajdbo
d64d04a255 adds get_ledgers 2020-07-07 10:25:47 +01:00
JacobPlaster
1f300dd326 websocket: add new events and use t/f to define ticker 2020-04-16 10:45:20 +01:00
JacobPlaster
554c8c6112 models: linting 2020-04-16 10:45:20 +01:00
JacobPlaster
63c7fc3d23 regenerate docs 2020-04-16 10:45:20 +01:00
JacobPlaster
d4b0aa9eab bump 1.1.5 -> 1.1.6 2020-04-16 10:45:20 +01:00
JacobPlaster
4273a9e7f9 bfxapi: add ticker event updates 2020-04-16 10:45:20 +01:00
JacobPlaster
41407d4668 models/trade: use enum to index raw array 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
2221ca3e4c models/position: fix cconstruction of position from raw array 2020-04-16 10:45:20 +01:00
JacobPlaster
b78f567d01 examples: add stop connection 2020-04-16 10:45:20 +01:00
JacobPlaster
275cd1c75b generic_websocket: remove daemon thread and add stop function 2020-04-16 10:45:20 +01:00
JacobPlaster
46302e312b bump version 1.1.4 -> 1.1.5 2020-04-13 15:58:49 +01:00
JacobPlaster
5c618e930a generic_websocket: set event_emmiter thread to daemon 2020-04-13 15:58:49 +01:00
ph4z
e0d58c5030 Fix object formatting
fees used as amount because of missing parameter in text variable.
2020-01-28 12:09:15 +00:00
JacobPlaster
0e313418bc bfx_rest: change 'is not None' to '!= None' 2020-01-10 14:14:49 +00:00
JacobPlaster
972e05eacd generic_websocket: add optimization comment 2020-01-09 11:39:06 +00:00
JacobPlaster
2cde664359 Replace 'is not' with '!=' 2020-01-09 11:39:06 +00:00
JacobPlaster
cea31acf9d bump to 1.1.4 2020-01-09 11:39:06 +00:00
JacobPlaster
d54c0d2391 websocket: add write lock when sending 2020-01-09 11:39:06 +00:00
swsong
7db6b5d73f corrent function from_raw_order not found error 2019-12-26 13:11:57 +00:00
swsong
b2df93e9ad correct function name not found error. 2019-12-26 13:11:57 +00:00
swsong
5893077fbb correct function name typos 2019-12-26 13:11:57 +00: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
JacobPlaster
4376c956b8 bump to 1.1.3 2019-12-20 11:38:00 +00:00
JacobPlaster
2195e8b3b2 ws/client: add channel_filter field 2019-12-20 11:38:00 +00:00
JacobPlaster
00e39bda0d README: add publish to pypi details 2019-12-20 11:38:00 +00:00
JacobPlaster
3bf23b08f3 setup.py: fix classifiers 2019-12-20 11:38:00 +00:00
JacobPlaster
5ee17e1b01 .git-ignore: ignore dist dirs 2019-12-17 14:50:39 +00:00
JacobPlaster
cbf8365ee1 orders: linting fixes 2019-12-17 12:52:37 +00:00
JacobPlaster
089169b7c4 docs: re-generate 2019-12-17 12:52:37 +00:00
JacobPlaster
b392520d77 bump to 1.1.2 2019-12-17 12:52:37 +00:00
JacobPlaster
39e79da9a1 Orders: add meta field and support for aff_code 2019-12-17 12:52:37 +00:00
ph4z
821f8831b9 Fix resub for authenticated sockets 2019-12-17 12:50:07 +00:00
JacobPlaster
a9afd66449 README: remove ERRORS, spelling and add timeframe comment 2019-10-10 11:47:29 +01:00
JacobPlaster
510f4ef28e bump to version 1.1.1 2019-10-10 11:47:29 +01:00
JacobPlaster
b4059fb3fa setup.py: update 2019-10-10 11:47:29 +01:00
JacobPlaster
d18c4aadf1 docs: generate docs 2019-10-10 11:47:29 +01:00
JacobPlaster
3e4beb5f7e bfxapi: edit comments for doc generating 2019-10-10 11:47:29 +01:00
JacobPlaster
1e307d193e Readme: rework 2019-10-10 11:47:29 +01:00
Jacob Plaster
70f7ad1108 Merge pull request #28 from straussmaximilian/readme
Update README.md
2019-09-24 11:52:30 +01:00
Jacob Plaster
ff817c012c Merge branch 'master' into readme 2019-09-24 11:49:58 +01:00
Paolo Ardoino
527ef2e0d3 Merge pull request #32 from JacobPlaster/implement-new-order-endpoints
Implement new order endpoints
2019-09-12 16:02:40 +02:00