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

[ Expand All ]
Properties
  Name Type Description
Public property Count integer Gets the number of items in the collection.
Public property Items[index] object Gets the SymbolSession object associated with the specified index.
Public property SessionString string Gets the session name.
Methods
  Name Description
Public property GetTradingDays(startDate, endDate) The number of trading days between the specified start date and the specified end date.
Public property IsInsideSession(date, bIgnoreFirst)  
Inheritance Hierarchy

elsystem.Object

  tsdata.marketdata.SymbolSessions