CQG API 4.0 - Revised
eDataSubscriptionLevel Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Specifies the data subscription level for a CQGInstrument.

Members

MemberValueDescription
dsDisable5

This level means that instrument is working with the new mode CQGAPIConfig.NewInstrumentMode.

dsGroup4

The instrument is a part of a group and the level is accessible via eGroupSubscriptionLevel.

dsNone0

No subscription. Nothing is updated.

dsQuotes1

Subscription to receive trade and dynamic properties updates.

dsQuotesAndBBA2

Subscription to receive trade, dynamic properties as well as bid and ask updates.

dsQuotesAndDOM3

Subscription to all possible data: quotes, dynamic properties and full DOM.

Example

See the examples section in CQGCEL InstrumentSubscribed Event.

See Also