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 DataSourceDataSource.newAlphaVantage(String symbol, CalendarDateUnit resolution, String apiKey) Deprecated.static DataSourceDataSource.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 DataSourceDataSource.newIEXTrading(String symbol) Deprecated.static DataSourceDataSource.newYahoo(YahooSession session, String symbol, CalendarDateUnit resolution) Deprecated.