Commit Graph

13 Commits

Author SHA1 Message Date
Davide Casale
5fe4d83902 Move subscriptions type hinting from bfxapi/websocket/types.py to bfxapi/websocket/subscriptions.py. 2023-01-19 18:00:51 +01:00
Davide Casale
c471a3b52b Sync demos in examples/websocket with new bfxapi improvements. 2023-01-19 16:35:17 +01:00
Davide Casale
e64c25bf19 Implement bfxapi/notifications.py in websocket subpackage. 2023-01-12 18:36:23 +01:00
Davide Casale
ff58f049a7 Separate _BfxWebsocketInputs from bfxapi/websocket/BfxWebsocketClient.py to _BfxWebsocketInputs.py. Rename websocket authenticated inputs methods. Refactoring to maintain consistency across the library. 2023-01-12 18:10:00 +01:00
itsdeka
1ff16e26b9 Add lines 2023-01-11 11:51:59 +01:00
itsdeka
f9f72a4ebb Add lines 2023-01-11 11:51:41 +01:00
itsdeka
44ba7e780a Add wss exmaple to create order, refactoring 2023-01-11 11:51: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
87bb6dc5c7 Add generic error handling (UnknownGenericError in bfxapi/rest/exceptions.py). Add support for new endpoints in _RestAuthenticatedEndpoints class. Extend serializers.py and typings.py. 2022-12-20 17:48:38 +01:00
Davide Casale
ea3eefd32c Apply refactoring with new standards in examples/websockets/*.py demos. 2022-12-16 18:42:59 +01:00
Davide Casale
8c9d52c186 Rename class members in order_book.py and raw_order_book.py. 2022-12-02 18:57:21 +01:00
Davide Casale
52d007c05d Add examples/websocket/order_book.py and raw_order_book.py demos. 2022-12-02 18:54:46 +01:00
Davide Casale
729a3ce8a3 Add examples/websocket/ticker.py demo. 2022-11-22 19:01:57 +01:00