mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-23 08:44:25 +01:00
Add handlers in manager.py for CANDLES and STATUS channels. Add support for heartbeat data.
This commit is contained in:
@@ -3,4 +3,6 @@ from enum import Enum
|
||||
class Channels(str, Enum):
|
||||
TICKER = "ticker"
|
||||
TRADES = "trades"
|
||||
BOOK = "book"
|
||||
BOOK = "book"
|
||||
CANDLES = "candles"
|
||||
STATUS = "status"
|
||||
Reference in New Issue
Block a user