CQG API 4.0 - Revised
PrimaryFlag Property
See Also  Send Feedback
CQGSession Interface : PrimaryFlag Property

Glossary Item Box

Description

Indicates if the trading session is primary.

Property type

Read-only property

Syntax

Visual Basic
Public Property PrimaryFlag As Boolean

Return Type

True if the session is primary, False - otherwise.

Example

See the usage of CQGSession properties in the CQGInstrument.Sessions' example section.

See Also