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

Glossary Item Box

Description

Returns market state.

Property type

Read-only property

Syntax

Visual Basic
Public Property MarketState As String

Return Type

Market state represented as String.

Remarks

Market state is exchange specific. It is a dynamic property of an instrument.

Example

To access the Instrument properties, see the example section of the InstrumentSubscribed event.

See Also