TradingHours th = Instrument.MasterInstrument.TradingHours; Session s = th.Sessions[0];
I'm unclear on whether or not these details will always define the RTH. Also it's unclear whether or not these details factor in holidays or partial holidays.
There has to be some sample code out there that demonstrates how to get an Instrument's RTH along with holidays factored for a given date without using a SessionIterator.
Thoughts?

Comment