Davide Casale
|
a5083c36cf
|
Add type hinting using typings.py in bfxapi/websocket/serializers.py.
|
2022-11-24 17:48:41 +01:00 |
|
Davide Casale
|
3a09ba2e90
|
Add filter parameter to BfxWebsocketClient's __init__.py. Rewrite .notify coroutine adding new feature. Add Notifications channel handlers in handlers.py. Add Notification serializer in serializers.py.
|
2022-11-24 17:31:47 +01:00 |
|
Davide Casale
|
a8dec5c6bc
|
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 |
|
Davide Casale
|
971e4759fa
|
Add and implement serializers for websocket authenticated channels in bfxapi/websocket/handlers.py.
|
2022-11-17 17:44:18 +01:00 |
|
Davide Casale
|
1cda4fcb3c
|
Wrap type hinting for subscription objects inside Subscriptions namespace class. Update _Serializer class in serializers.py. Separate Books and Raw Books channels into tp_ and fc_ versions.
|
2022-11-17 16:54:32 +01:00 |
|
Davide Casale
|
d58c60b02d
|
Add EventNotSupported exception in errors.py.
|
2022-11-16 19:01:52 +01:00 |
|
Davide Casale
|
41aa49d2bb
|
Add derivatives_status_update event in handlers.py. Add DerivativesStatus in serializers.py and typings.py.
|
2022-11-16 18:45:25 +01:00 |
|
Davide Casale
|
6448fd59b9
|
Add bfxapi/websocket/serializers.py. Implement _Serializer internal class. Separate labeling from PublicChannelsHandler in handlers.py.
|
2022-11-16 18:33:33 +01:00 |
|