SystemMode

Set the current operational mode of the system.

System Mode examples include Started, Bootstrapping, Initialising and Ready.

The modes are generally set by the system itself (or operational tools). It should not be set manually without careful consideration.

Metadata

  • Message Type: TransactionMessage
  • Message Number: 1016

Inherited fields

NameTypeSize (bytes)Description
MessageTypeInteger (unsigned)2The unique identifier of this message.
ClientIdInteger (unsigned)4The unique identifier of a session with the server, returned in a successful LoginReply message.
RequestIdInteger (unsigned)4Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.

Fields

NameTypeSize (bytes)Description
ModeOne of SystemMode1
ClearFlagInteger (unsigned)1Set to withdraw all orders with the system mode change.

Permissions


Changing System Mode

{ mode: SystemMode.Unload }

Permission Checks

PermissionActionTableScopeIndex
AmendVenueInstance0

Test file: SystemMode