mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Small sync with new documentation improvements.
This commit is contained in:
@@ -7,7 +7,7 @@ from .. notification import _Notification
|
||||
#region Serializers definition for Rest Public Endpoints
|
||||
|
||||
PlatformStatus = generate_labeler_serializer("PlatformStatus", klass=types.PlatformStatus, labels=[
|
||||
"OPERATIVE"
|
||||
"STATUS"
|
||||
])
|
||||
|
||||
TradingPairTicker = generate_labeler_serializer("TradingPairTicker", klass=types.TradingPairTicker, labels=[
|
||||
|
||||
@@ -12,7 +12,7 @@ JSON = Union[Dict[str, "JSON"], List["JSON"], bool, int, float, str, Type[None]]
|
||||
|
||||
@dataclass
|
||||
class PlatformStatus(_Type):
|
||||
OPERATIVE: int
|
||||
STATUS: int
|
||||
|
||||
@dataclass
|
||||
class TradingPairTicker(_Type):
|
||||
|
||||
Reference in New Issue
Block a user