Uses of Class
org.ojalgo.data.domain.finance.series.FinanceDataReader
-
Packages that use FinanceDataReader Package Description org.ojalgo.data.domain.finance.series -
-
Uses of FinanceDataReader in org.ojalgo.data.domain.finance.series
Methods in org.ojalgo.data.domain.finance.series that return FinanceDataReader Modifier and Type Method Description static <T extends DatePrice>
FinanceDataReader<T>FinanceDataReader. of(java.io.File file, TextLineReader.Parser<T> parser)
static <T extends DatePrice>
FinanceDataReader<T>FinanceDataReader. of(java.io.File file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution)
static <T extends DatePrice>
FinanceDataReader<T>FinanceDataReader. of(InMemoryFile file, TextLineReader.Parser<T> parser)
static <T extends DatePrice>
FinanceDataReader<T>FinanceDataReader. of(InMemoryFile file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution)
-