Uses of Class
com.dxfeed.schedule.Day

Packages that use Day
com.dxfeed.schedule Provides information about trading days, sessions, and their schedules. 
 

Uses of Day in com.dxfeed.schedule
 

Methods in com.dxfeed.schedule that return Day
 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.
 

Methods in com.dxfeed.schedule with parameters of type Day
 boolean DayFilter.accept(Day day)
          Tests whether or not the specified day is an acceptable result.
 



Copyright © 2013 Devexperts. All Rights Reserved.