Independent Enums

Enum InstanceState

Values

      INSTANCE_STATE_ONLINE = 0

     Instance is online and processes orders.

      INSTANCE_STATE_OFFLINE = 1

     Instance is offline. Used only in status response. OTC may not be put offline by client request.

      INSTANCE_STATE_SUSPENDED = 2

     Instance is suspended by ChangeOtcStateRequest.