CQG API 4.0 - Revised
Timestamp Property
See Also  Send Feedback
CQGOrderProperty 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).

Each order property change event forces this property to change its value.

Property type

Read-only property

Syntax

Visual Basic
Public Property Timestamp As Date

Return Type

Date variable containing the local 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.

See Also