|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
com.dxfeed.schedule | Provides information about trading days, sessions, and their schedules. |
Uses of Session in com.dxfeed.schedule |
---|
Methods in com.dxfeed.schedule that return Session | |
---|---|
Session |
Day.findFirstSession(SessionFilter filter)
Returns first session belonging to this day accepted by specified filter. |
Session |
Day.findLastSession(SessionFilter filter)
Returns last session belonging to this day accepted by specified filter. |
Session |
Schedule.findNearestSessionByTime(long time,
SessionFilter filter)
Returns session that is nearest to the specified time and that is accepted by specified filter. |
Session |
Session.findNextSession(SessionFilter filter)
Returns following session accepted by specified filter. |
Session |
Session.findPrevSession(SessionFilter filter)
Returns previous session accepted by specified filter. |
Session |
Day.getFirstSession(SessionFilter filter)
Returns first session belonging to this day accepted by specified filter. |
Session |
Day.getLastSession(SessionFilter filter)
Returns last session belonging to this day accepted by specified filter. |
Session |
Schedule.getNearestSessionByTime(long time,
SessionFilter filter)
Returns session that is nearest to the specified time and that is accepted by specified filter. |
Session |
Session.getNextSession(SessionFilter filter)
Returns following session accepted by specified filter. |
Session |
Session.getPrevSession(SessionFilter filter)
Returns previous session accepted by specified filter. |
Session |
Schedule.getSessionByTime(long time)
Returns session that contains specified time. |
Session |
Day.getSessionByTime(long time)
Returns session belonging to this day that contains specified time. |
Methods in com.dxfeed.schedule that return types with arguments of type Session | |
---|---|
List<Session> |
Day.getSessions()
Returns list of sessions that constitute this day. |
Methods in com.dxfeed.schedule with parameters of type Session | |
---|---|
boolean |
SessionFilter.accept(Session session)
Tests whether or not the specified session is an acceptable result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |