Returns the instument's current quotes subscription level.
Read-only property
Visual Basic |
---|
Public Property QuoteLevel As eQuoteSubscriptionLevel |
Instrument quotes subscription level, represented as eQuoteSubscriptionLevel
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.