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

Glossary Item Box

Description

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).

Property type

Read-only property

Syntax

Visual Basic
Public Property Timestamp As Date

Return Type

Date variable containing the local PC timestamp of the last quote change.

Remarks

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

Example

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

See Also