Package | Description |
---|---|
com.dxfeed.schedule |
Provides information about trading days, sessions, and their schedules.
|
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 |
Session.getDay()
Returns day to which this session belongs.
|
Day |
Schedule.getDayById(int dayId)
Returns day for specified day identifier.
|
Day |
Schedule.getDayByTime(long time)
Returns day that contains specified time.
|
Day |
Schedule.getDayByYearMonthDay(int yearMonthDay)
Returns day for specified year, month and day numbers.
|
Day |
Day.getNextDay(DayFilter filter)
Returns following day accepted by specified filter.
|
Day |
Day.getPrevDay(DayFilter filter)
Returns previous day accepted by specified filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DayFilter.accept(Day day)
Tests whether or not the specified day is an acceptable result.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.