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

Glossary Item Box

Description

Returns the collection containing all active orders placed for current account.

Property type

Read-only property

Syntax

Visual Basic
Public Property Orders As CQGOrders

Return Type

CQGOrders collection containing all orders placed for the account.

Remarks

This collection is a subset of the CQGCEL Orders collection. It contains orders referring only to the current account.

Remarks section of CQGCEL Orders has additional information about orders inclusion and removal.

Example

See the usage of Orders property in the PrepareModify method's example section.

See Also