Uses of Class
org.ojalgo.data.domain.finance.series.DatePrice
-
Packages that use DatePrice Package Description org.ojalgo.data.domain.finance.series -
-
Uses of DatePrice in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series with type parameters of type DatePrice Modifier and Type Interface Description interfaceFinanceData<DP extends DatePrice>A source of (historical) financial time series data.classFinanceDataReader<DP extends DatePrice>Subclasses of DatePrice in org.ojalgo.data.domain.finance.series Modifier and Type Class Description static classAlphaVantageParser.Data(package private) static classDatePrice.DefaultDPstatic classIEXTradingParser.Datastatic classYahooParser.DataFields in org.ojalgo.data.domain.finance.series with type parameters of type DatePrice Modifier and Type Field Description private BasicParser<? extends DatePrice>DataSource. myParserMethods in org.ojalgo.data.domain.finance.series with type parameters of type DatePrice Modifier and Type Method Description <T extends DatePrice>
DataSource.CoordinatedDataSource.Coordinated. add(FinanceData<T> data)<T1 extends DatePrice,T2 extends DatePrice>
DataSource.CoordinatedDataSource.Coordinated. add(FinanceData<T1> primary, FinanceData<T2> secondary)<T1 extends DatePrice,T2 extends DatePrice>
DataSource.CoordinatedDataSource.Coordinated. add(FinanceData<T1> primary, FinanceData<T2> secondary)<T extends DatePrice>
DataSource.CoordinatedDataSource.Coordinated. addReader(java.io.File file, BasicParser<T> parser)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 <T extends DatePrice>
FinanceDataReader<T>FinanceDataReader. of(java.io.File file, TextLineReader.Parser<T> parser)static <T extends DatePrice>
FinanceDataReader<T>FinanceDataReader. of(java.io.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)Methods in org.ojalgo.data.domain.finance.series that return DatePrice Modifier and Type Method Description static DatePriceDatePrice. of(java.lang.CharSequence date, double price)static DatePriceDatePrice. of(java.lang.CharSequence date, java.lang.CharSequence price)static DatePriceDatePrice. of(java.lang.CharSequence date, java.time.format.DateTimeFormatter formatter, double price)static DatePriceDatePrice. of(java.lang.CharSequence date, java.time.format.DateTimeFormatter formatter, java.lang.CharSequence price)static DatePriceDatePrice. of(java.time.LocalDate date, double price)static DatePriceDatePrice. of(java.time.LocalDate date, java.lang.CharSequence price)DatePriceDatePriceParser.DefaultParser. parse(java.lang.String line)Methods in org.ojalgo.data.domain.finance.series that return types with arguments of type DatePrice Modifier and Type Method Description KeyValue<java.lang.String,java.util.List<DatePrice>>DataSource. getHistoricalData()java.util.List<DatePrice>DataSource. getHistoricalPrices()Method parameters in org.ojalgo.data.domain.finance.series with type arguments of type DatePrice Modifier and Type Method Description private BasicSeries<java.time.LocalDate,PrimitiveNumber>DataSource. getLocalDateSeries(java.util.List<DatePrice> historicalPrices, CalendarDateUnit resolution)Constructor parameters in org.ojalgo.data.domain.finance.series with type arguments of type DatePrice Constructor Description DataSource(DataFetcher fetcher, BasicParser<? extends DatePrice> parser)
-