Returns the collection of orders placed for all accounts from within this CQG API instance.
Read-only property
Visual Basic |
---|
Public Property InternalOrders As CQGOrders |
CQGOrders collection containing the internal orders of all accounts.
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.
See the usage of CQGCEL properties in the PrepareModify method's example section.