Class YahooSessionOld.Fetcher
- 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 CalendarDateUnit
myResolution
Deprecated.private ResourceLocator.Session
mySession
Deprecated.private java.lang.String
mySymbol
Deprecated.
-
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.InputStream
getInputStream()
Deprecated.CalendarDateUnit
getResolution()
Deprecated.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
-
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:
getInputStream
in interfaceDataFetcher
-
getResolution
public CalendarDateUnit getResolution()
Deprecated.- Specified by:
getResolution
in interfaceDataFetcher
- Returns:
- Typically DAY(ly), WEEK(ly) or MONTH(ly)
-
getSymbol
public java.lang.String getSymbol()
Deprecated.- Specified by:
getSymbol
in interfaceDataFetcher
- Returns:
- Data identifier
-
-