Message: ChangeOtcStateRequest

File: WebAPI/otc_1.proto

Description

Change OTC state request. Shall provide OTC instance ID.

Limits: The request rate is 10 requests per 100 seconds by default.

Response: ChangeOtcStateResult.

Used in

OtcRequest

Fields

otc_instance_id

Type: uint32

Description: OTC instance ID.

Source: OtcInstanceState.instance_id.

action

Type: uint32

Description: New OTC instance state. This field is associated with Action enum type.

Enum Action

Values

      ACTION_ACTIVATE = 0

     Activate previously suspended OTC instance.

      ACTION_SUSPEND = 1

     Suspend active OTC instance. OTC will reject all client orders and will not send hedge orders to exchange.