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

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Close datetime Gets the closing exchange date and time of a specified session.
Public property Dribble int Gets the number of minutes after the session is closed during which data ticks are still received and recorded within the session.
Public property Open datetime Gets the opening exchange date and time of the session.
Public property Reset bool True indicates that this session is the last session of the day.
Public property Settlement int Gets the time in minutes after the session is closed where trades are compiled within the daily, weekly and monthly bars (settlement period).
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.SymbolSession