CQG API 4.0 - Revised
LineTimeChanged Event
See Also  Send Feedback
new_line_time
Date containing the line time (time on the current exchange) converted to the timezone previously set by the user
CQGDirectEventsAccessor Interface : LineTimeChanged Event

Glossary Item Box

Description

Syntax

Visual Basic
Public Event LineTimeChanged( _
   ByVal new_line_time As Date _
)

Parameters

new_line_time
Date containing the line time (time on the current exchange) converted to the timezone previously set by the user

Remarks

Line time is converted to the user timezone set in TimeZoneCode property. If no timezone is set by the user, the time is converted to UTC.

See Also