CQG API 4.0 - Revised
ServerTimestamp Property
See Also  Send Feedback
CQGTrade Interface : ServerTimestamp Property

Glossary Item Box

Description

Returns the server timestamp of last trade update (server time, converted to configured time zone).

Property type

Read-only property

Syntax

Visual Basic
Public Property ServerTimestamp As Date

Return Type

Date variable containing the server timestamp

Remarks

The timestamp is converted to the timezone, previously configured by the user.

If no timezone configuration was made the timestamp is converted to UTC.

Example

See the usage of CQGTrade properties in the AccountChanged event's example section.

See Also