CQG API 4.0 - Revised
CQGTransaction Interface Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Properties

Public Property ExecutionId

Returns the Gateway execution unique identifier for the transaction.

Public Property Fill

Returns the corresponding fill object.

Public Property FillEffectReturns a fill effect of the transaction
Public Property HangOrderIds

Returns the collection of Gateway IDs for the leg orders, which participate in a synthetic strategy order hang.

This property is used, when the transaction's status is eOrderEvent.oeSyntheticHang.

Public Property HangQuantity

Returns the hang size for the transaction.

This property is used, when the transaction's status is eOrderEvent.oeSyntheticHang.

Public Property Id

Returns the Gateway transaction identifier.

Public Property Order

Returns the corresponding order object.

Public Property Properties

Returns the collection of modified order properties.

Public Property RejectReason

Returns the reason of an order request rejection.

Order requests include order placement, modification, and cancellation.

Public Property ServerTimestamp

Returns the timestamp of the transaction arrival to the Gateway.

Public Property Status

Returns the order transaction status.

Public Property StrategyLegFills

Returns the collection of strategy leg fills.

Public Property Timestamp

Returns the timestamp of the transaction arrival to API.

See Also