Add pairlock-notification

This commit is contained in:
Matthias
2021-09-20 19:12:59 +02:00
parent 1da091dea3
commit a0fb43c6ca
4 changed files with 34 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ class RPCMessageType(Enum):
SELL = 'sell'
SELL_FILL = 'sell_fill'
SELL_CANCEL = 'sell_cancel'
PROTECTION_TRIGGER = 'protection_trigger'
def __repr__(self):
return self.value