Uses of Interface
org.ojalgo.data.domain.finance.series.FinanceData
-
Packages that use FinanceData Package Description org.ojalgo.data.domain.finance.series -
-
Uses of FinanceData in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement FinanceData Modifier and Type Class Description classDataSourceclassFinanceDataReader<DP extends DatePrice>Fields in org.ojalgo.data.domain.finance.series with type parameters of type FinanceData Modifier and Type Field Description private java.util.Map<FinanceData,SourceCache.Value>SourceCache. myCacheprivate java.util.Map<FinanceData,FinanceData>SourceCache. myFallbackprivate java.util.Map<FinanceData,FinanceData>SourceCache. myFallbackMethods in org.ojalgo.data.domain.finance.series with parameters of type FinanceData Modifier and Type Method Description <T extends DatePrice>
DataSource.CoordinatedDataSource.Coordinated. add(FinanceData<T> data)<T1 extends DatePrice,T2 extends DatePrice>
DataSource.CoordinatedDataSource.Coordinated. add(FinanceData<T1> primary, FinanceData<T2> secondary)BasicSeries<java.time.LocalDate,PrimitiveNumber>SourceCache. get(FinanceData key)voidSourceCache. register(FinanceData primary, FinanceData secondary)private voidSourceCache. update(SourceCache.Value cacheValue, FinanceData cacheKey, CalendarDate now)
-