OrderTradeDate Property

The trading date for 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 TradeDate { get; }

Property Value

DateTime

Remarks

Different contracts use different time frames for their trading days. This value gives the trading day for this order based on those time frames. e.g. eCBOT 10yr Note contracts open for 'tomorrow' at 7pm in the evening, so orders placed after 7pm will have a trade date of tomorrows date instead of todays.

If an order is rolled over into the next trade day then this value will be updated.

See Also