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

Glossary Item Box

Public Properties

Public Property GroupID

Returns the group identifier of the current trade, if any.

Public Property IsMatched

Returns the trade's matched/not matched status.

Public Property Price

Returns the trade price.

Public Property Quantity

Returns the trade's quantity.

Public Property QuantityFractionalGets trade fractional quantity, positive for long, negative for short
Public Property ServerTimestamp

Returns the server timestamp of last trade update (server time, converted to configured time zone).

Public Property Side

Returns the trade's side.

Public Property Timestamp

Returns the last response reception timestamp.

When a property is updated, CQG API records the information reception time in the Timestamp property (using local time).

See Also