EasyLanguage Object Reference

SymbolSession Class

Provides information about a regular trading session for a specified symbol. Used with a SymbolAttributesProvider component.

The following prints the opening date and time of the first regular symbol session (this week) from the provider :

print(mySymbolAttributesProvider.Data.Sessions[0].Open.tostring());

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
Public property Close datetime Gets the closing date and time of a specified session.
Public property Dribble int  
Public property Open datetime Gets the opening date and time of a specified session.
Public property Reset bool  
Public property Settlement int  
       
       
Inheritance Hierarchy

elsystem.Object

  tsdata.marketdata.SymbolSession