Message: FillCashOrderRequest

File: WebAPI/otc_1.proto

Description

Fill cash order request.

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

Response: FillCashOrderResult.

Used in

OtcRequest

Fields

otc_instance_id

Type: uint32

Description: OTC instance ID.

Source: OtcInstanceState.instance_id.

chain_order_id

Type: string

Description: Order ID assigned by the server to originally placed order.

Source: order_2.OrderStatus.chain_order_id.

account_id

Type: sint32

Description: Account ID in the CQG trade routing system associated with the order.

Source: trading_account_2.Account.account_id.

contract_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.

qty

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.

scaled_fill_price

Type: sint64

Description: Fill price. May be omitted to fill limit order at order’s price.

contributor_id

Type: string

Description: The OTC contributor ID involved in the order fill processing.