Removed exit_short rpcmessagetype

This commit is contained in:
Sam Germain 2021-10-18 01:08:12 -06:00
parent 053aecf111
commit faaa3ae9b1

View File

@ -20,10 +20,6 @@ class RPCMessageType(Enum):
SHORT_FILL = 'short_fill'
SHORT_CANCEL = 'short_cancel'
EXIT_SHORT = 'exit_short'
EXIT_SHORT_FILL = 'exit_short_fill'
EXIT_SHORT_CANCEL = 'exit_short_cancel'
def __repr__(self):
return self.value