•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.
Enum TailManagementConfigurationType
Description: Type of Tail Management Configuration used for a specific HedgeBalance key.
•TAIL_MANAGEMENT_CONFIGURATION_TYPE_UNSPECIFIED = 0
Unspecified value.
•TAIL_MANAGEMENT_CONFIGURATION_TYPE_CONTRACT = 1
Contract Tail Management configuration.
•TAIL_MANAGEMENT_CONFIGURATION_TYPE_COMMODITY = 2
Commodity Tail Management configuration.
Enum TailManagementConfigurationSource
Description: Source of the Tail Management Configuration used for a specific HedgeBalance key.
•TAIL_MANAGEMENT_CONFIGURATION_SOURCE_UNSPECIFIED = 0
Unspecified value.
•TAIL_MANAGEMENT_CONFIGURATION_SOURCE_KEY = 1
TM configuration for this specific key.
•TAIL_MANAGEMENT_CONFIGURATION_SOURCE_ACCOUNT = 2
TM configuration taken from account configuration.
•TAIL_MANAGEMENT_CONFIGURATION_SOURCE_CUSTOMER_DEFAULT = 3
TM configuration taken from customer default configuration.
•TAIL_MANAGEMENT_CONFIGURATION_SOURCE_DEFAULT = 4
TM configuration taken from engine default configuration.