Uses of Class
com.dxfeed.schedule.SessionType

Packages that use SessionType
com.dxfeed.schedule   
 

Uses of SessionType in com.dxfeed.schedule
 

Fields in com.dxfeed.schedule declared as SessionType
protected  SessionType SessionFilter.type
          Required type, null if not relevant.
 

Methods in com.dxfeed.schedule that return SessionType
 SessionType Session.getType()
          Returns type of this session.
static SessionType SessionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SessionType[] SessionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.dxfeed.schedule with parameters of type SessionType
SessionFilter(SessionType type, java.lang.Boolean trading)
          Creates filter with specified type and trading flag conditions.