public class StockQuotesRequest extends QuotesRequest<StockQuotesData>
Modifier and Type | Field and Description |
---|---|
static List<QuotesProperty> |
DEFAULT_PROPERTIES
Yahoo Finance is responding with formatted numbers in some cases.
|
properties, query
Constructor and Description |
---|
StockQuotesRequest(String query) |
Modifier and Type | Method and Description |
---|---|
protected StockQuotesData |
parseCSVLine(String line) |
getProperties, getQuery, getResult, getSingleResult, setProperties
public static final List<QuotesProperty> DEFAULT_PROPERTIES
public StockQuotesRequest(String query)
protected StockQuotesData parseCSVLine(String line)
parseCSVLine
in class QuotesRequest<StockQuotesData>
Copyright © 2022. All rights reserved.