EasyLanguage Object Reference
SymbolSessions Class
A collection of objects that access information about trading sessions for a specified symbol. Referenced by the Data.Sessions property of
a SymbolAttributesProvider component.
Namespace: tsdata.marketdata
|
Name |
Type |
Description |
|
Count |
integer |
Gets the number of items in the collection. |
|
Items[index] |
object |
Gets the SymbolSession object associated
with the specified index. |
|
SessionString |
string |
Gets the session name. |
|
Name |
Description |
|
GetTradingDays(startDate, endDate) |
The number of trading days between the specified start date and the specified end date. |
|
IsInsideSession(date, bIgnoreFirst) |
|