Returns the collection containing all active orders placed for current account.
Read-only property
Visual Basic |
---|
Public Property Orders As CQGOrders |
CQGOrders collection containing all orders placed for the account.
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.
See the usage of Orders property in the PrepareModify method's example section.