Specifies the data subscription level for a CQGInstrument.
Member | Value | Description |
---|---|---|
dsDisable | 5 | This level means that instrument is working with the new mode CQGAPIConfig.NewInstrumentMode. |
dsGroup | 4 | The instrument is a part of a group and the level is accessible via eGroupSubscriptionLevel. |
dsNone | 0 | No subscription. Nothing is updated. |
dsQuotes | 1 | Subscription to receive trade and dynamic properties updates. |
dsQuotesAndBBA | 2 | Subscription to receive trade, dynamic properties as well as bid and ask updates. |
dsQuotesAndDOM | 3 | Subscription to all possible data: quotes, dynamic properties and full DOM. |
See the examples section in CQGCEL InstrumentSubscribed Event.