Sell-fill -> exit_fill

This commit is contained in:
Matthias
2022-04-04 19:08:31 +02:00
parent 8b33d9cdb2
commit 0b88185c2c
9 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ class RPCMessageType(Enum):
SHORT_CANCEL = 'short_cancel'
SELL = 'sell'
SELL_FILL = 'sell_fill'
EXIT_FILL = 'exit_fill'
EXIT_CANCEL = 'exit_cancel'
PROTECTION_TRIGGER = 'protection_trigger'