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

Glossary Item Box

Description

Returns the collection of orders placed for all accounts 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 all accounts.

Remarks

An order is added to this collection when it is placed from within current CQG API instance, regardless of the account.

This collection is a subset of Orders collection.

See the Remarks section of Orders Property for details on collection orders removal and manual addition.

Example

See the usage of CQGCEL properties in the PrepareModify method's example section.

See Also