Class IEXTradingParser.Data
- java.lang.Object
-
- org.ojalgo.data.domain.finance.series.DatePrice
-
- org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
-
- All Implemented Interfaces:
java.lang.Comparable<PrimitiveNumber>
,java.util.Map<java.time.LocalDate,PrimitiveNumber>
,java.util.Map.Entry<java.time.LocalDate,PrimitiveNumber>
,ComparableNumber<PrimitiveNumber>
,EntryPair<java.time.LocalDate,PrimitiveNumber>
,EntryPair.KeyedPrimitive<java.time.LocalDate>
,KeyValue<java.time.LocalDate,PrimitiveNumber>
,NumberDefinition
,PrimitiveNumber
- Enclosing class:
- IEXTradingParser
public static final class IEXTradingParser.Data extends DatePrice
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.data.domain.finance.series.DatePrice
DatePrice.DefaultDP
-
Nested classes/interfaces inherited from interface org.ojalgo.type.keyvalue.EntryPair
EntryPair.KeyedPrimitive<K>, EntryPair.ObjectByte<K>, EntryPair.ObjectDouble<K>, EntryPair.ObjectFloat<K>, EntryPair.ObjectInt<K>, EntryPair.ObjectLong<K>, EntryPair.ObjectObject<K,V>, EntryPair.ObjectShort<K>
-
Nested classes/interfaces inherited from interface org.ojalgo.type.keyvalue.KeyValue
KeyValue.Dual<T>
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface org.ojalgo.type.PrimitiveNumber
PrimitiveNumber.BoxedByte, PrimitiveNumber.BoxedDouble, PrimitiveNumber.BoxedFloat, PrimitiveNumber.BoxedInt, PrimitiveNumber.BoxedLong, PrimitiveNumber.BoxedShort
-
-
Constructor Summary
Constructors Constructor Description Data(java.time.LocalDate date, double open, double high, double low, double close, double volume, double unadjustedVolume)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
double
getPrice()
int
hashCode()
-
Methods inherited from class org.ojalgo.data.domain.finance.series.DatePrice
compareTo, containsKey, containsValue, doubleValue, get, getKey, keySet, of, of, of, of, of, of, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ojalgo.type.keyvalue.EntryPair
asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asValueTo, clear, entrySet, isEmpty, put, putAll, remove, setValue, size
-
Methods inherited from interface org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
getValue, right, second, values
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacejava.util.Map<java.time.LocalDate,PrimitiveNumber>
- Specified by:
equals
in interfacejava.util.Map.Entry<java.time.LocalDate,PrimitiveNumber>
- Overrides:
equals
in classDatePrice
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacejava.util.Map<java.time.LocalDate,PrimitiveNumber>
- Specified by:
hashCode
in interfacejava.util.Map.Entry<java.time.LocalDate,PrimitiveNumber>
- Overrides:
hashCode
in classDatePrice
-
-