| Package | Description |
|---|---|
| yahoofinance.quotes.csv |
| Modifier and Type | Field and Description |
|---|---|
static List<QuotesProperty> |
StockQuotesRequest.DEFAULT_PROPERTIES
Yahoo Finance is responding with formatted numbers in some cases.
|
static List<QuotesProperty> |
FxQuotesRequest.DEFAULT_PROPERTIES |
protected List<QuotesProperty> |
QuotesRequest.properties |
| Modifier and Type | Method and Description |
|---|---|
static QuotesProperty |
QuotesProperty.valueOf(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 |
|---|---|
List<QuotesProperty> |
QuotesRequest.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
StockQuotesData.getValue(QuotesProperty property) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuotesRequest.setProperties(List<QuotesProperty> properties) |
| Constructor and Description |
|---|
QuotesRequest(String query,
List<QuotesProperty> properties) |
Copyright © 2022. All rights reserved.