CQG API 4.0 - Revised
CQGOrder Interface
See Also  Members  Send Feedback

Glossary Item Box

Description

This class encapsulates the trading order notion.

Object Model

CQGOrder InterfaceCQGAccount InterfaceCQGFills CollectionCQGFill InterfaceCQGInstrument InterfaceCQGError InterfaceCQGOrderModify InterfaceCQGOrderProperties CollectionCQGOrderProperty InterfaceCQGTransactions CollectionCQGTransaction Interface

 

Remarks

A CQGOrder object cannot be created manually. The CreateOrder method of CQGCEL should be used instead.

If the user tries to change a property, while its CanBeSet property is False, an exception will be thrown. See eOrderProperty to check which property has read/write access.

Example

See the usage of CQGOrder object in the OrderChanged event's example section.

See examples on retrieving order trader ID, average fill, and other members of the Properties collection in the CQGOrderProperties.Item property's example section.

Example

See Also