CQG API 4.0 - Revised
CQGOrders Collection Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Methods

Public Method AddToLiveOrders

Appends the orders in current collection (usually obtained via query) to Orders and InternalOrders collections of CQGCEL and CQGAccount objects.

Public Method SelectByInstrumentName

Returns a sub-collection of current orders collection, filtered by order instrument full name.

Public Method SelectByOrderStatus

Returns a sub-collection of current orders collection, filtered by order status.

Public Method SelectByOrderType

Returns a sub-collection of current orders collection, filtered by order type.

Public Method SelectByProperty

Returns a sub-collection of current orders collection, filtered by order property.

Public Method SelectBySide

Returns a sub-collection of current orders collection, filtered by order side.

Public Method SelectByTag

Returns a sub-collection of current orders collection, filtered by order tag (and its value if given).

Public Properties

Public Property _NewEnumReturns the new enumerator
Public Property Count

Returns the number of orders in the collection.

Public Property Item

Returns the selected order from the collection by its Gateway identifier.

This is the default property.

Public Property ItemByGuid

Returns the selected order from the collection by its GUID.

Public Property ItemByIndexGets the order by index

See Also