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

Glossary Item Box

Description

Represents a collection of CQGOrder objects.

Object Model

CQGOrders CollectionCQGOrder Interface

 

Remarks

This collection is used for both orders storing and passing order queries results.

Access to an item in this collection can be made based on either Gateway order ID or order GUID.

See Accessing non-existent collection items for details on accessing items that do not exist in the collection.

Example

See the usage of CQGOrders collections in the PrepareModify method's example section.

Example

See Also