Package | Description |
---|---|
yahoofinance.histquotes2 | |
yahoofinance.query2v8 |
Modifier and Type | Field and Description |
---|---|
static QueryInterval |
HistSplitsRequest.DEFAULT_INTERVAL |
static QueryInterval |
HistQuotes2Request.DEFAULT_INTERVAL |
static QueryInterval |
HistDividendsRequest.DEFAULT_INTERVAL |
Modifier and Type | Method and Description |
---|---|
static QueryInterval |
IntervalMapper.get(Interval interval) |
static QueryInterval |
QueryInterval.valueOf(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.
|
Constructor and Description |
---|
HistQuotes2Request(String symbol,
Calendar from,
Calendar to,
QueryInterval interval) |
HistQuotes2Request(String symbol,
Date from,
Date to,
QueryInterval interval) |
HistQuotes2Request(String symbol,
QueryInterval interval) |
Modifier and Type | Field and Description |
---|---|
static QueryInterval |
HistQuotesQuery2V8Request.DEFAULT_INTERVAL |
Constructor and Description |
---|
HistQuotesQuery2V8Request(String symbol,
Calendar from,
Calendar to,
QueryInterval interval) |
HistQuotesQuery2V8Request(String symbol,
Date from,
Date to,
QueryInterval interval) |
HistQuotesQuery2V8Request(String symbol,
QueryInterval interval) |
Copyright © 2022. All rights reserved.