|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionType | |
---|---|
com.dxfeed.schedule | Provides information about trading days, sessions, and their schedules. |
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(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,
Boolean trading)
Creates filter with specified type and trading flag conditions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |