org.ojalgo.finance.data
Class GoogleSymbol

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

public class GoogleSymbol
extends Object


Nested Class Summary
static class GoogleSymbol.Data
           
 
Constructor Summary
GoogleSymbol(String aSymbol)
           
GoogleSymbol(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

GoogleSymbol

public GoogleSymbol(String aSymbol)

GoogleSymbol

public GoogleSymbol(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()