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

Glossary Item Box

Description

Specifies whether instrument subscription is set to new or old mode.

The default value is False.

Property type

Read-write property

Syntax

Visual Basic
Public Property NewInstrumentMode As Boolean

Return Type

True if the instrument mode is new, False otherwise.

Remarks

This new instruments subscriptiption mode allows to specify precisely what kind of instrument data is needed making the application lighter on system resources. For example it is possible to subscribe to quotes and/or properties, as well as subscribe to DOM data separately.

When set to True, the following interfaces, methods, and enumerations should be used for instrument subscription:

See Also