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

Glossary Item Box

Description

Returns the instrument's DOM data is subscribed to or not.

Property type

Read-write property

Syntax

Visual Basic
Public Property DOMStatus As Boolean

Return Type

True if DOM data is subscribed to, False otherwise

Remarks

This subscription level should be used if CQGAPIConfig.NewInstrumentMode is set to True, otherwise DataSubscriptionLevel should be used.

See Also