Class IEXTradingFetcher
- java.lang.Object
-
- org.ojalgo.data.domain.finance.series.IEXTradingFetcher
-
- All Implemented Interfaces:
DataFetcher
@Deprecated public class IEXTradingFetcher extends java.lang.Object implements DataFetcher
Deprecated.It needs to be updated to function...All data downloaders/fetchers are deprecated. They will be removed in a future release, and most likely they're already broken.Fetch historical financial time series data from IEX Trading: https://exchange.iex.io / https://iexcloud.io
This service has been moved/renamed/repackaged – this
DataFetcher
no longer works. Looks to me as if they still offer a historical data download service – possibly even a free alternative – but this fetcher needs to be re-implemented.
-
-
Field Summary
Fields Modifier and Type Field Description private ServiceClient.Request
myRequest
Deprecated.private java.lang.String
mySymbol
Deprecated.
-
Constructor Summary
Constructors Constructor Description IEXTradingFetcher(java.lang.String symbol)
Deprecated.Maximum of 5 years data
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
Deprecated.CalendarDateUnit
getResolution()
Deprecated.This will always be by day.java.lang.String
getSymbol()
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ojalgo.data.domain.finance.series.DataFetcher
getReader
-
-
-
-
Field Detail
-
myRequest
private final ServiceClient.Request myRequest
Deprecated.
-
mySymbol
private final java.lang.String mySymbol
Deprecated.
-
-
Method Detail
-
getInputStream
public java.io.InputStream getInputStream()
Deprecated.- Specified by:
getInputStream
in interfaceDataFetcher
-
getResolution
public CalendarDateUnit getResolution()
Deprecated.This will always be by day.- Specified by:
getResolution
in interfaceDataFetcher
- Returns:
- Typically DAY(ly), WEEK(ly) or MONTH(ly)
- See Also:
DataFetcher.getResolution()
-
getSymbol
public java.lang.String getSymbol()
Deprecated.- Specified by:
getSymbol
in interfaceDataFetcher
- Returns:
- Data identifier
-
-