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

Glossary Item Box

Description

Returns the collection of orders placed for current account from within this CQG API instance.

Property type

Read-only property

Syntax

Visual Basic
Public Property InternalOrders As CQGOrders

Return Type

CQGOrders collection containing the internal orders of the account.

Remarks

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

In the Remarks section of the InternalOrders Property are given the possible cases of collection orders addition and removal.

This collection is also a subset of CQGAccount.Orders collection. It contains only orders placed from within this CQG API instance.

Example

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

See Also