CQG API 4.0 - Revised
QuoteLevel Property
See Also  Send Feedback
CQGInstrument Interface : QuoteLevel Property

Glossary Item Box

Description

Returns the instument's current quotes subscription level.

Property type

Read-only property

Syntax

Visual Basic
Public Property QuoteLevel As eQuoteSubscriptionLevel

Return Type

Instrument quotes subscription level, represented as eQuoteSubscriptionLevel

Remarks

This subscription level should be used if CQGAPIConfig.NewInstrumentMode is set to True, otherwise DataSubscriptionLevel should be used.

Note, the QuoteLevel can't be changed after CQGCEL::SubscribeNewInstrument call. To change it, user has to unsubscribe from the instrument data via CQGCEL::RemoveInstrument and create a new request to subscribe again with new QuoteLevel value.

See Also