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

Glossary Item Box

Description

Sets and gets the quote subscription level, which should be used for the subscribed instrument.

Property type

Read-write property

Syntax

Visual Basic
Public Property QuoteLevel As eQuoteSubscriptionLevel

Return Type

Quote subscription level, represented as eQuoteSubscriptionLevel

Remarks

Use this property to specify which instrument qutoes are needed.

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