mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Move _BfxWebsocketBucket class in its own file bfxapi/websocket/_BfxWebsocketBucket.py.
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
from typing import TypedDict, Optional
|
||||
|
||||
__all__ = [
|
||||
"Ticker",
|
||||
"Trades",
|
||||
"Book",
|
||||
"Candles",
|
||||
"Status"
|
||||
]
|
||||
|
||||
class Ticker(TypedDict):
|
||||
chanId: int; symbol: str
|
||||
pair: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user