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