mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-22 16:24:20 +01:00
Add bfxapi package. Add bfxapi.websocket subpackage. Add requirements.txt file.
This commit is contained in:
6
bfxapi/websocket/channels.py
Normal file
6
bfxapi/websocket/channels.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
class Channels(str, Enum):
|
||||
TICKER = "ticker"
|
||||
TRADES = "trades"
|
||||
BOOK = "book"
|
||||
Reference in New Issue
Block a user