CQG API 4.0 - Revised
Orders Property
See Also  Send Feedback
CQGOrdersQuery Interface : Orders Property

Glossary Item Box

Description

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

Property type

Read-only property

Syntax

Visual Basic
Public Property Orders As CQGOrders

Return Type

Resulting orders list represented as CQGOrders

Remarks

See the Remarks section of OnQueryProgress Event for details.

Example

See the usage of CQGOrdersQuery properties in the OnQueryProgress event's example section.

See Also