org.ojalgo.finance.data
Class SymbolDataCache

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

public final class SymbolDataCache
extends Object


Nested Class Summary
static class SymbolDataCache.Source
           
 
Method Summary
 void clear()
           
static SymbolDataCache getInstance()
           
 DateSeries<BigDecimal> getPriceSeries(String aSymbol)
           
 DateSeries<BigDecimal> getPriceSeries(SymbolDataCache.Source aSource, String aSymbol, CalendarDateUnit aTimeUnit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SymbolDataCache getInstance()

clear

public void clear()

getPriceSeries

public DateSeries<BigDecimal> getPriceSeries(SymbolDataCache.Source aSource,
                                             String aSymbol,
                                             CalendarDateUnit aTimeUnit)

getPriceSeries

public DateSeries<BigDecimal> getPriceSeries(String aSymbol)