Class YahooSessionOld.Fetcher
java.lang.Object
org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
- All Implemented Interfaces:
DataFetcher
- Enclosing class:
YahooSessionOld
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CalendarDateUnit
Deprecated.private final ResourceLocator.Session
Deprecated.private final String
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionFetcher
(ResourceLocator.Session session, String symbol, CalendarDateUnit resolution) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.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 Details
-
myResolution
Deprecated. -
mySession
Deprecated. -
mySymbol
Deprecated.
-
-
Constructor Details
-
Fetcher
Fetcher(ResourceLocator.Session session, String symbol, CalendarDateUnit resolution) Deprecated.
-
-
Method Details
-
getInputStream
Deprecated.- Specified by:
getInputStream
in interfaceDataFetcher
-
getResolution
Deprecated.- Specified by:
getResolution
in interfaceDataFetcher
- Returns:
- Typically DAY(ly), WEEK(ly) or MONTH(ly)
-
getSymbol
Deprecated.- Specified by:
getSymbol
in interfaceDataFetcher
- Returns:
- Data identifier
-