| Package | Description |
|---|---|
| yahoofinance.quotes | |
| yahoofinance.quotes.fx | |
| yahoofinance.quotes.stock |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<QuotesProperty> |
QuotesRequest.properties |
| Modifier and Type | Method and Description |
|---|---|
static QuotesProperty |
QuotesProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuotesProperty[] |
QuotesProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QuotesProperty> |
QuotesRequest.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuotesRequest.setProperties(java.util.List<QuotesProperty> properties) |
| Constructor and Description |
|---|
QuotesRequest(java.lang.String query,
java.util.List<QuotesProperty> properties) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<QuotesProperty> |
FxQuotesRequest.DEFAULT_PROPERTIES |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<QuotesProperty> |
StockQuotesRequest.DEFAULT_PROPERTIES
Yahoo Finance is responding with formatted numbers in some cases.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
StockQuotesData.getValue(QuotesProperty property) |