|
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
| name | Symbol name |
| day_of_week | Day of the week, value must be one of following: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY |
| session_index | Ordinal number of a session, whose beginning and end time we want to receive. Indexing of sessions starts with 0 |
| from | Session beginning time in seconds from 00 hours 00 minutes, in the returned value date should be ignored |
| to | Session end time in seconds from 00 hours 00 minutes, in the returned value date should be ignored |