The trading date for this order.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public DateTime TradeDate { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TradeDate As DateTime |
| Visual C++ |
|---|
public: property DateTime TradeDate { DateTime get (); } |
Field Value
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.