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
| Key | Value | Description |
|---|---|---|
| NoAction | 0 | No action, leave all Orders active. |
| HoldAllOrders | 1 | Hold all the user's Orders which removes them from order books but does not cancel them. |
| WithdrawAllOrders | 2 | All of the user's Orders will be cancelled. |
Referenced by
Messages
| Message | Field | Description |
|---|---|---|
| ApplicationTimeoutSet | Action |