File: WebAPI/otc_1.proto
Fill cash order request.
Limits: The request rate is 1000 requests per 100 seconds by default.
Response: FillCashOrderResult.
Type: uint32
Description: OTC instance ID.
Source: OtcInstanceState.instance_id.
Type: string
Description: Order ID assigned by the server to originally placed order.
Source: order_2.OrderStatus.chain_order_id.
Type: sint32
Description: Account ID in the CQG trade routing system associated with the order.
Source: trading_account_2.Account.account_id.
Type: uint32
Description: The server side contract ID of the contract for the order.
Source: metadata_2.ContractMetadata.contract_id, or order_2.Order.contract_id.
Type: cqg.Decimal
Description: Optional fill quantity in lots. Set this field only for partial fills. Order will be fully filled if this field is not set.
Type: sint64
Description: Fill price. May be omitted to fill limit order at order’s price.
Type: string
Description: The OTC contributor ID involved in the order fill processing.