CQG API 4.0 - Revised
LineTime Property
See Also  Send Feedback
CQGEnvironment Interface : LineTime Property

Glossary Item Box

Description

Returns the current time on the exchange, converted to the previously configured timezone.

Property type

Read-only property

Syntax

Visual Basic
Public Property LineTime As Date

Return Type

Date variable filled with data received from the exchange.

Remarks

If no timezone is configured by the user, the exchange time is converted to UTC.

LineTime property is updated every second when the LineTimeChanged event is fired.

Example

See the example section of LineTimeChanged event.

See Also