- java.lang.Object
-
- org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
- All Implemented Interfaces:
DataFetcher
- Enclosing class:
- YahooSessionOld
@Deprecated static final class YahooSessionOld.Fetcher extends java.lang.Object implements DataFetcher
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private CalendarDateUnitmyResolutionDeprecated.private ResourceLocator.SessionmySessionDeprecated.private java.lang.StringmySymbolDeprecated.
-
Constructor Summary
Constructors Constructor Description Fetcher(ResourceLocator.Session session, java.lang.String symbol, CalendarDateUnit resolution)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.InputStreamgetInputStream()Deprecated.CalendarDateUnitgetResolution()Deprecated.java.lang.StringgetSymbol()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
-
myResolution
private final CalendarDateUnit myResolution
Deprecated.
-
mySession
private final ResourceLocator.Session mySession
Deprecated.
-
mySymbol
private final java.lang.String mySymbol
Deprecated.
-
-
Constructor Detail
-
Fetcher
Fetcher(ResourceLocator.Session session, java.lang.String symbol, CalendarDateUnit resolution)
Deprecated.
-
-
Method Detail
-
getInputStream
public java.io.InputStream getInputStream()
Deprecated.- Specified by:
getInputStreamin interfaceDataFetcher
-
getResolution
public CalendarDateUnit getResolution()
Deprecated.- Specified by:
getResolutionin interfaceDataFetcher- Returns:
- Typically DAY(ly), WEEK(ly) or MONTH(ly)
-
getSymbol
public java.lang.String getSymbol()
Deprecated.- Specified by:
getSymbolin interfaceDataFetcher- Returns:
- Data identifier
-
-