org.jquantlib.indexes
Class IndexManager
- java.lang.Object
-
- org.jquantlib.indexes.IndexManager
-
public class IndexManager extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclearHistories()voidclearHistory(java.lang.String name)TimeSeries<java.lang.Double>getHistory(java.lang.String name)static IndexManagergetInstance()Observablenotifier(java.lang.String name)voidsetHistory(java.lang.String name, TimeSeries<java.lang.Double> history)
-
-
-
Method Detail
-
getInstance
public static IndexManager getInstance()
-
getHistory
public TimeSeries<java.lang.Double> getHistory(java.lang.String name)
-
setHistory
public void setHistory(java.lang.String name, TimeSeries<java.lang.Double> history)
-
clearHistory
public void clearHistory(java.lang.String name)
-
clearHistories
public void clearHistories()
-
notifier
public Observable notifier(java.lang.String name)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG