TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool SymbolInfoSessionTrade ( string  name,
int  day_of_week,
uint  session_index,
out DateTime  from,
out DateTime  to 
)

Allows receiving time of beginning and end of the specified trading sessions for a specified symbol and day of week

Parameters
nameSymbol name
day_of_weekDay of the week, value must be one of following:
SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
session_indexOrdinal number of a session, whose beginning and end time we want to receive. Indexing of sessions starts with 0
fromSession beginning time in seconds from 00 hours 00 minutes, in the returned value date should be ignored
toSession end time in seconds from 00 hours 00 minutes, in the returned value date should be ignored
Returns
If data for the specified session, symbol and day of the week are received, returns true, otherwise returns false.