Message: FillCareOrder

File: WebAPI/order_2.proto

Description

Fill specific care order. This message is sent in order to fill the care order without sending it to the exchange.

Used in

OrderRequest

Fields

exec_id

Type: string

Description: Execution ID of the fill.

Required: yes.

fill_care_order_request_id

Type: string

Description: Unique ID used to identify the filled order.

fill_price

Type: double

Description: Price for the fill in correct price format.

Required: yes.

fill_qty

Type: cqg.Decimal

Description: Quantity to fill for the order.

Required: yes.

order_id

Type: string

Description: Order ID being filled.

Source: latest OrderStatus.order_id received via a TradeSubscription with the order scope in the connection.

Required: yes.

account_id

Type: sint32

Description: ID of the order’s account.

Source: trading_account_2.Account.account_id.

Required: yes.

order_legs

Type: FillCareOrderLeg

Description: Holds information about the fill parameters of spread legs.

opposite_side

Type: FillCareOppositeSide

Description: Holds information about the parameters of the opposite-side fill.