CQG API 4.0 - Revised
eOrderLocalState Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Defines local states of the order. 'Local' here means from CQG API point of view.

Members

MemberValueDescription
olsActivateSent5

An activation request for the order is sent.

An order can be in this state only if it is Parked.

olsAtGW7The order is at CQG Gateway.
olsCancelSent4A cancellation request for the order is sent.
olsInClient6The order is in CQGIC.
olsInQueue1

The order is in "Rate Protection" queue.

For description of "Rate Protection" see the Remarks section of eOrderEvent Enumeration.

olsModifySent3A modification request for the order is sent.
olsNotSent0The order is not sent yet.
olsParkSent10

A park request for the order is sent.

olsQueueTimeout2The order timed out in "Rate Protection" queue.
olsRemoved8The order is removed from all collections.
olsStrategyPending9

Strategy Order is waiting for strategy to get defined.

See Also