Davide Casale
|
63ab433710
|
Apply refactoring to some relative import directives.
|
2023-04-20 15:38:10 +02:00 |
|
Davide Casale
|
a7f5aa684a
|
Apply pylint's linting rules to bfxapi/websocket/__init__.py, bfxapi/websocket/enums.py, bfxapi/websocket/exceptions.py, bfxapi/websocket/serializers.py and bfxapi/websocket/subscriptions.py.
|
2023-03-06 17:28:56 +01:00 |
|
Davide Casale
|
fa9bdfc333
|
Rewrite reconnection system with numerous fixes.
|
2023-02-15 21:58:01 +01:00 |
|
Davide Casale
|
49517f9709
|
Small fix in package import statements.
|
2023-02-14 17:03:16 +01:00 |
|
Davide Casale
|
454a7542ed
|
Add bfxapi/enums.py file. Split enumerations in bfxapi/rest/enums.py and bfxapi/websocket/enums.py. Rename enumeration classes to use singular name identifiers.
|
2022-12-22 18:42:55 +01:00 |
|
Davide Casale
|
b308bbacbd
|
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 |
|
Davide Casale
|
c8d8586841
|
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 |
|