Returns the instrument's current dynamic properties subscription level.
Read-only property
Visual Basic |
---|
Public Property PropertyLevel As ePropertySubscriptionLevel |
Instrument properties subscription level, represented as ePropertySubscriptionLevel
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.