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

Glossary Item Box

Description

Returns the trading session start time.

Property type

Read-only property

Syntax

Visual Basic
Public Property StartTime As Date

Return Type

Date variable containing the session start time.

Remarks

Session start time is converted to the timezone previously configured by the user. If the user did not configure the timezone the start time is converted to UTC.

Example

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

See Also