Package | Description |
---|---|
com.dxfeed.schedule |
Provides information about trading days, sessions, and their schedules.
|
Modifier and Type | Field and Description |
---|---|
protected SessionType |
SessionFilter.type
Required type,
null if not relevant. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
SessionFilter(SessionType type,
Boolean trading)
Creates filter with specified type and trading flag conditions.
|
Copyright © 2002–2022 Devexperts LLC. All rights reserved.