Split protection-notification into global and per-pair
This commit is contained in:
@@ -12,6 +12,7 @@ class RPCMessageType(Enum):
|
||||
SELL_FILL = 'sell_fill'
|
||||
SELL_CANCEL = 'sell_cancel'
|
||||
PROTECTION_TRIGGER = 'protection_trigger'
|
||||
PROTECTION_TRIGGER_GLOBAL = 'protection_trigger_global'
|
||||
|
||||
def __repr__(self):
|
||||
return self.value
|
||||
|
Reference in New Issue
Block a user