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