|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalendarInfo
Contains all of the information relating to dates and times during which the instrument is tradeable.
Method Summary | |
---|---|
int |
getClose()
Get the time of day that the market will close (in time zone specified) by this object. |
java.util.Date |
getExpiryTime()
Get the Date the instrument will expire, mostly relevant for instruments like futures that only exist for a limited time. |
int |
getOpen()
Get the time of day that the market will open (in time zone specified) by this object. |
java.util.Date |
getStartTime()
Get the start time of the instrument, this is the time that the instrument will first be available to trade. |
java.lang.String |
getTimeZone()
Get the timezone in which this calendar operates. |
java.util.List<DayOfWeek> |
getTradingDays()
Get the days of week that the market is open. |
Method Detail |
---|
java.util.Date getStartTime()
java.util.Date getExpiryTime()
int getOpen()
int getClose()
java.lang.String getTimeZone()
java.util.List<DayOfWeek> getTradingDays()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |