public class YahooSymbol extends DataSource<YahooSymbol.Data>
Modifier and Type | Class and Description |
---|---|
static class |
YahooSymbol.Data |
DEBUG
Constructor and Description |
---|
YahooSymbol(String symbol) |
YahooSymbol(String symbol,
CalendarDateUnit resolution) |
Modifier and Type | Method and Description |
---|---|
YahooSymbol.Data |
parse(String line)
Parse one line into some custom object.
|
addQueryParameter, equals, getHistoricalPrices, getHistoricalPrices, getPriceSeries, getPriceSeries, getResolution, getSymbol, getSymbolCache, hashCode, setHost, setPath
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
parse, parse
public YahooSymbol(String symbol)
public YahooSymbol(String symbol, CalendarDateUnit resolution)
public YahooSymbol.Data parse(String line)
BasicParser
line
- The text line to parseCopyright © 2017 Optimatika. All rights reserved.