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

Glossary Item Box

Description

Returns the instrument's current dynamic properties subscription level.

Property type

Read-only property

Syntax

Visual Basic
Public Property PropertyLevel As ePropertySubscriptionLevel

Return Type

Instrument properties subscription level, represented as ePropertySubscriptionLevel

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