ActualTradingDayExchange
<< Click to Display Table of Contents >> ActualTradingDayExchange |
Obtains the date of a trading session defined by the exchange.
Notes: 1.In order to obtain historical ActualTradingDayExchange information, you must call GetNextSession() from a stored SessionIterator object. 2.The calculated value may differ from the current date as some trading sessions will begin before the actual calender date changes. For example, the "CME US Index Futures ETH" actual session started on 3/30/2015 at 5:00PM Central Time, however the actual exchange trading day would be considered 3/31/2015 12:00:00AM |
A DateTime structure that represents the trading day.
<sessionIterator>.ActualTradingDayExchange
SessionIterator sessionIterator; |