Trading The Overnight Session
In the event a user would like to designate a trade to take place during the Overnight trading hours, the Order object must set ‘includeOvernight’ set to True and optionally set the ‘exchange’ field of Contract object to OVERNIGHT.
Routing exclusively to the Overnight market
Users that would like to route orders to Overnight without trading during the regular session must set the Order Object’s ‘includeOvernight’ value as True and designate the ‘exchange’ value of a Contract object as “OVERNIGHT”.
Routing as Overnight+DAY
Users that would like to route orders to Overnight+DAY to trade during the day and the overnight session must set the Order Object’s includeOvernight value as True and designate the exchange value as “SMART”.

