org.ojalgo.finance.data
Class YahooSymbol

java.lang.Object
  extended by org.ojalgo.finance.data.YahooSymbol

public class YahooSymbol
extends Object

YahooSymbol

Author:
apete

Nested Class Summary
static class YahooSymbol.Data
           
 
Constructor Summary
YahooSymbol(String aSymbol)
           
YahooSymbol(String aSymbol, CalendarDateUnit aResolution)
           
 
Method Summary
 TypeCache<? extends List<DP>> getCache(long aPurgeIntervalMeassure, CalendarDateUnit aPurgeIntervalUnit)
           
 List<DP> getHistoricalPrices()
           
 List<DP> getHistoricalPrices(BufferedReader aReader)
           
 CalendarDateSeries<Double> getPriceSeries()
           
 CalendarDateSeries<Double> getPriceSeries(BufferedReader aReader)
           
 CalendarDateUnit getResolution()
           
 String getSymbol()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YahooSymbol

public YahooSymbol(String aSymbol)

YahooSymbol

public YahooSymbol(String aSymbol,
                   CalendarDateUnit aResolution)
Method Detail

getCache

public TypeCache<? extends List<DP>> getCache(long aPurgeIntervalMeassure,
                                              CalendarDateUnit aPurgeIntervalUnit)

getHistoricalPrices

public List<DP> getHistoricalPrices()

getHistoricalPrices

public List<DP> getHistoricalPrices(BufferedReader aReader)

getPriceSeries

public CalendarDateSeries<Double> getPriceSeries()

getPriceSeries

public CalendarDateSeries<Double> getPriceSeries(BufferedReader aReader)

getResolution

public CalendarDateUnit getResolution()

getSymbol

public String getSymbol()