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