Returns the last response reception timestamp.
When a property is updated, CQG API records the information reception time in the Timestamp property (using local time).
Each currency rate change event forces this property to change its value.
Read-only property
Visual Basic |
---|
Public Property Timestamp As Date |
Date variable containing the local timestamp
The timestamp is converted to the timezone previously configured by user.
If no timezone configuration was made, the timestamp is converted to UTC.
See the usage of CQGCurrencyRate properties in the CurrencyRatesChanged event's example section.