AddToLiveOrders | Appends the orders in current collection (usually obtained via query) to Orders and InternalOrders collections of CQGCEL and CQGAccount objects. |
SelectByInstrumentName | Returns a sub-collection of current orders collection, filtered by order instrument full name. |
SelectByOrderStatus | Returns a sub-collection of current orders collection, filtered by order status. |
SelectByOrderType | Returns a sub-collection of current orders collection, filtered by order type. |
SelectByProperty | Returns a sub-collection of current orders collection, filtered by order property. |
SelectBySide | Returns a sub-collection of current orders collection, filtered by order side. |
SelectByTag | Returns a sub-collection of current orders collection, filtered by order tag (and its value if given). |
_NewEnum | Returns the new enumerator |
Count | Returns the number of orders in the collection. |
Item | Returns the selected order from the collection by its Gateway identifier. This is the default property. |
ItemByGuid | Returns the selected order from the collection by its GUID. |
ItemByIndex | Gets the order by index |