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

Glossary Item Box

Description

Timestamp of last change (server time, converted to the configured time zone).
Each currency rate change event forces this property to change its value.

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 CQGCurrencyRate properties in the CurrencyRatesChanged event's example section.

See Also