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

Glossary Item Box

Public Methods

Public Method Cancel

Cancels the current query.

Public Properties

Public Property Account

Returns the CQGAccount object, used to formulate this query.

Public Property CEL

Returns the corresponding CQGCEL object.

Public Property FinalError

Returns the final error of current query.

Public Property LastChunk

Returns the last chunk of orders received as answer to current query.

Public Property Orders

Returns the collection of orders received as a response to the current query.

Public Property QueryID

Returns the unique identifier of current query.

Public Property ServerTimestamp

Timestamp of the last change (server time, converted to the user-configured time zone).
Each order query change event forces this property to change its value.

Public Property Status

Returns the current status of the query.

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

Each order query change event forces this property to change its value.

See Also