Uses of Class
yahoofinance.quotes.csv.QuotesProperty
-
Packages that use QuotesProperty Package Description yahoofinance.quotes.csv -
-
Uses of QuotesProperty in yahoofinance.quotes.csv
Fields in yahoofinance.quotes.csv with type parameters of type QuotesProperty Modifier and Type Field Description static java.util.List<QuotesProperty>FxQuotesRequest. DEFAULT_PROPERTIESstatic java.util.List<QuotesProperty>StockQuotesRequest. DEFAULT_PROPERTIESYahoo Finance is responding with formatted numbers in some cases.protected java.util.List<QuotesProperty>QuotesRequest. propertiesMethods in yahoofinance.quotes.csv that return QuotesProperty Modifier and Type Method Description static QuotesPropertyQuotesProperty. 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.Methods in yahoofinance.quotes.csv that return types with arguments of type QuotesProperty Modifier and Type Method Description java.util.List<QuotesProperty>QuotesRequest. getProperties()Methods in yahoofinance.quotes.csv with parameters of type QuotesProperty Modifier and Type Method Description java.lang.StringStockQuotesData. getValue(QuotesProperty property)Method parameters in yahoofinance.quotes.csv with type arguments of type QuotesProperty Modifier and Type Method Description voidQuotesRequest. setProperties(java.util.List<QuotesProperty> properties)Constructor parameters in yahoofinance.quotes.csv with type arguments of type QuotesProperty Constructor Description QuotesRequest(java.lang.String query, java.util.List<QuotesProperty> properties)
-