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-19 14:54:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bfd05cf7c739d4db00baee22f5069f92f64ccfdf
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
bfd05cf7c7
Add traceback import and implementation.
2022-11-29 17:53:39 +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
Add traceback import and implementation.
2022-11-29 17:53:39 +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