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

Glossary Item Box

Description

Indicates if the contract is traded with red light.

Property type

Read-only property

Syntax

Visual Basic
Public Property IsFastMarket As Boolean

Return Type

True if the market is fast, False - otherwise

Remarks

This property represents the market intensity. It is a dynamic property of an instrument.

Example

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

See Also