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

Glossary Item Box

Description

Returns the current trading sessions collection.

Property type

Read-only property

Syntax

Visual Basic
Public Property Sessions As CQGSessions

Return Type

Collection of trading sessions of the instrument

Example

See the usage of CQGInstrument properties in the InstrumentSubscribed event's example section.
The example demonstrates the Sessions property usage of the CQGInstrument object.

VB
C#
 
 

See Also