public DateTime TradeDate { get; }Public ReadOnly Property TradeDate As DateTime
GetDifferent 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.