Package | Description |
---|---|
com.dxfeed.schedule |
Provides information about trading days, sessions, and their schedules.
|
Modifier and Type | Field and Description |
---|---|
static DayFilter |
DayFilter.ANY
Accepts any day - useful for pure calendar navigation.
|
static DayFilter |
DayFilter.FRIDAY
Accepts Fridays only - those with
( . |
static DayFilter |
DayFilter.HOLIDAY
Accepts holidays only - those with
( . |
static DayFilter |
DayFilter.MONDAY
Accepts Mondays only - those with
( . |
static DayFilter |
DayFilter.NON_TRADING
Accepts non-trading days only - those with
( . |
static DayFilter |
DayFilter.SATURDAY
Accepts Saturdays only - those with
( . |
static DayFilter |
DayFilter.SHORT_DAY
Accepts short days only - those with
( . |
static DayFilter |
DayFilter.SUNDAY
Accepts Sundays only - those with
( . |
static DayFilter |
DayFilter.THURSDAY
Accepts Thursdays only - those with
( . |
static DayFilter |
DayFilter.TRADING
Accepts trading days only - those with
( . |
static DayFilter |
DayFilter.TUESDAY
Accepts Tuesdays only - those with
( . |
static DayFilter |
DayFilter.WEDNESDAY
Accepts Wednesdays only - those with
( . |
static DayFilter |
DayFilter.WEEK_DAY
Accepts week-days only - those with
( . |
static DayFilter |
DayFilter.WEEK_END
Accepts weekends only - those with
( . |
Modifier and Type | Method and Description |
---|---|
Day |
Day.findNextDay(DayFilter filter)
Returns following day accepted by specified filter.
|
Day |
Day.findPrevDay(DayFilter filter)
Returns previous day accepted by specified filter.
|
Day |
Day.getNextDay(DayFilter filter)
Returns following day accepted by specified filter.
|
Day |
Day.getPrevDay(DayFilter filter)
Returns previous day accepted by specified filter.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.