CQG API 4.0 - Revised
DefaultInstrumentSubscriptionLevel Property
See Also  Send Feedback
CQGAPIConfig Interface : DefaultInstrumentSubscriptionLevel Property

Glossary Item Box

Description

Specifies the default instrument subscription level.

The default value is dsQuotesAndBBA.

Property type

Read-write property

Syntax

Visual Basic
Public Property DefaultInstrumentSubscriptionLevel As eDataSubscriptionLevel

Return Type

Default instrument subscription level represented as eDataSubscriptionLevel

Remarks

Allows to configure the initial data subscription level of subscribed instruments.

Example

See the usage of CQGAPIConfig properties in the AccountChanged event's example section.

See Also