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
2026-01-11 01:44:18 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e71d4b6e263b3055f5142b146b2f6cdb4620afca
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
e71d4b6e26
Add new websocket authenticated inputs in _BfxWebsocketInputs class. Add new type hinting inside bfxapi/websocket/typings.py.
2022-11-30 17:24:51 +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 new websocket authenticated inputs in _BfxWebsocketInputs class. Add new type hinting inside bfxapi/websocket/typings.py.
2022-11-30 17:24:51 +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 new websocket authenticated inputs in _BfxWebsocketInputs class. Add new type hinting inside bfxapi/websocket/typings.py.
2022-11-30 17:24:51 +01:00