This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
bitfinex-api-py
Watch
1
Star
0
Fork
0
You've already forked bitfinex-api-py
mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced
2025-12-20 15:24:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d9ecbaa9f01910ee1719d26b6e670e27fb998ddc
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
d9ecbaa9f0
Change exception formatting inside error .add_listener in BfxWebsocketClient.
2022-11-29 18:05:20 +01:00
..
__init__.py
Add bfxapi/websocket/enums.py file. Rewrite bfxapi.websocket's __init__.py. Rename HEARTBEAT constant to _HEARTBEAT to make it internal.
2022-11-23 16:56:13 +01:00
BfxWebsocketClient.py
Change exception formatting inside error .add_listener in BfxWebsocketClient.
2022-11-29 18:05:20 +01:00
enums.py
Add Flags enumeration to enums.py. Rename new_order and new_position to order_new and position_new to mantain consistency. Add _BfxWebsocketInputs class with order_new, order_update and order_cancel inputs.
2022-11-29 15:26:02 +01:00
exceptions.py
Rename bfxapi/websocket/errors.py to exceptions.py. Add Errors enumeration inside BfxWebsocketClient.py and bfxapi/websocket/__init__.py.
2022-11-22 18:11:05 +01:00
handlers.py
Add Flags enumeration to enums.py. Rename new_order and new_position to order_new and position_new to mantain consistency. Add _BfxWebsocketInputs class with order_new, order_update and order_cancel inputs.
2022-11-29 15:26:02 +01:00
serializers.py
Add type hinting using typings.py in bfxapi/websocket/serializers.py.
2022-11-24 17:48:41 +01:00
typings.py
Add type hinting using typings.py in bfxapi/websocket/serializers.py.
2022-11-24 17:48:41 +01:00