Uses of Class
yahoofinance.histquotes2.QueryInterval
-
Packages that use QueryInterval Package Description yahoofinance.histquotes2 yahoofinance.query2v8 -
-
Uses of QueryInterval in yahoofinance.histquotes2
Fields in yahoofinance.histquotes2 declared as QueryInterval Modifier and Type Field Description static QueryIntervalHistDividendsRequest. DEFAULT_INTERVALstatic QueryIntervalHistQuotes2Request. DEFAULT_INTERVALstatic QueryIntervalHistSplitsRequest. DEFAULT_INTERVALMethods in yahoofinance.histquotes2 that return QueryInterval Modifier and Type Method Description static QueryIntervalIntervalMapper. get(Interval interval)static QueryIntervalQueryInterval. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryInterval[]QueryInterval. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in yahoofinance.histquotes2 with parameters of type QueryInterval Constructor Description HistQuotes2Request(java.lang.String symbol, java.util.Calendar from, java.util.Calendar to, QueryInterval interval)HistQuotes2Request(java.lang.String symbol, java.util.Date from, java.util.Date to, QueryInterval interval)HistQuotes2Request(java.lang.String symbol, QueryInterval interval) -
Uses of QueryInterval in yahoofinance.query2v8
Fields in yahoofinance.query2v8 declared as QueryInterval Modifier and Type Field Description static QueryIntervalHistQuotesQuery2V8Request. DEFAULT_INTERVALConstructors in yahoofinance.query2v8 with parameters of type QueryInterval Constructor Description HistQuotesQuery2V8Request(java.lang.String symbol, java.util.Calendar from, java.util.Calendar to, QueryInterval interval)HistQuotesQuery2V8Request(java.lang.String symbol, java.util.Date from, java.util.Date to, QueryInterval interval)HistQuotesQuery2V8Request(java.lang.String symbol, QueryInterval interval)
-