UserApplicationTimeoutAction

This enum defines what to do with a user's Orders if the user is timed out on their UI or API connection.

Metadata

  • Underlying type: u8

Values

KeyValueDescription
NoAction0No action, leave all Orders active.
HoldAllOrders1Hold all the user's Orders which removes them from order books but does not cancel them.
WithdrawAllOrders2All of the user's Orders will be cancelled.

Referenced by

Messages

MessageFieldDescription
ApplicationTimeoutSetAction