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 CalendarDateUnitDeprecated.private final ResourceLocator.SessionDeprecated.private final StringDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionFetcher(ResourceLocator.Session session, String symbol, CalendarDateUnit resolution) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getInputStreamin interfaceDataFetcher
-
getResolution
Deprecated.- Specified by:
getResolutionin interfaceDataFetcher- Returns:
- Typically DAY(ly), WEEK(ly) or MONTH(ly)
-
getSymbol
Deprecated.- Specified by:
getSymbolin interfaceDataFetcher- Returns:
- Data identifier
-