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

Glossary Item Box

Description

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

Property type

Read-write property

Syntax

Visual Basic
Public Property PropertyLevel As ePropertySubscriptionLevel

Return Type

Property subscription level, represented as ePropertySubscriptionLevel

Remarks

Use this property to specify which instrument dynamic properties 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