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

Glossary Item Box

Description

Returns the trading session end time.

Property type

Read-only property

Syntax

Visual Basic
Public Property EndTime As Date

Return Type

Date variable containing the end time of the current session.

Remarks

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

Example

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

See Also