Uses of Class
org.ojalgo.data.domain.finance.series.DataSource
Packages that use DataSource
-
Uses of DataSource in org.ojalgo.data.domain.finance.series
Methods in org.ojalgo.data.domain.finance.series that return DataSourceModifier and TypeMethodDescriptionstatic DataSource
DataSource.newAlphaVantage
(String symbol, CalendarDateUnit resolution, String apiKey) Deprecated.static DataSource
DataSource.newAlphaVantage
(String symbol, CalendarDateUnit resolution, String apiKey, boolean fullOutputSize) Deprecated.static <T extends DatePrice>
DataSourceDataSource.newFileReader
(File file, BasicParser<T> parser) static <T extends DatePrice>
DataSourceDataSource.newFileReader
(File file, BasicParser<T> parser, CalendarDateUnit resolution) static DataSource
DataSource.newIEXTrading
(String symbol) Deprecated.static DataSource
DataSource.newYahoo
(YahooSession session, String symbol, CalendarDateUnit resolution) Deprecated.