|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ojalgo.finance.data.SymbolDataCache
public final class SymbolDataCache
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 |
---|
public static SymbolDataCache getInstance()
public void clear()
public DateSeries<BigDecimal> getPriceSeries(SymbolDataCache.Source aSource, String aSymbol, CalendarDateUnit aTimeUnit)
public DateSeries<BigDecimal> getPriceSeries(String aSymbol)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |