Uses of Class
org.ojalgo.data.domain.finance.series.FinanceDataReader
Packages that use FinanceDataReader
-
Uses of FinanceDataReader in org.ojalgo.data.domain.finance.series
Methods in org.ojalgo.data.domain.finance.series that return FinanceDataReaderModifier and TypeMethodDescriptionstatic <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of
(File file, TextLineReader.Parser<T> parser) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of
(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)