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

Glossary Item Box

Description

Returns the server timestamp of the last change.

Property type

Read-only property

Syntax

Visual Basic
Public Property ServerTimestamp As Date

Return Type

Date variable containing the server timestamp of the last quote change.

Remarks

Server timestamp is converted to the timezone previously configured by user. If user did not configure the timezone the timestamp is converted to UTC.

Example

To access the CQGInstrumentQuote object properties, see the example section of the InstrumentChanged Event.

See Also