OrderExchangeTime Property

The time from the exchange of the last change to this order.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public DateTime ExchangeTime { get; }

Property Value

DateTime

Remarks

Different exchanges operate in different timezones so this should be used for information only. Additionally, this is only updated in response to messages from the exchange for the order and not on every update to the order.

See Also