mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Add EventNotSupported exception in errors.py.
This commit is contained in:
@@ -15,6 +15,8 @@ class _Serializer(object):
|
||||
def __call__(self, *values):
|
||||
return dict(self.__serialize(*values))
|
||||
|
||||
#region Serializers definition for Websocket Public Channels
|
||||
|
||||
TradingPairTicker = _Serializer("TradingPairTicker", labels=[
|
||||
"BID",
|
||||
"BID_SIZE",
|
||||
@@ -121,4 +123,6 @@ DerivativesStatus = _Serializer("DerivativesStatus", labels=[
|
||||
"_PLACEHOLDER",
|
||||
"CLAMP_MIN",
|
||||
"CLAMP_MAX"
|
||||
])
|
||||
])
|
||||
|
||||
#endregion
|
||||
Reference in New Issue
Block a user