Returns the trading session end time.
Read-only property
Visual Basic |
---|
Public Property EndTime As Date |
Date variable containing the end time of the current session.
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.
See the usage of CQGSession properties in the CQGInstrument.Sessions' example section.