Package deltix.qsrv.hf.blocks.ixmap
Class IXKey
- java.lang.Object
-
- deltix.qsrv.hf.blocks.ixmap.IXKey
-
- Direct Known Subclasses:
ImmutableIXKey,MutableIXKey
public abstract class IXKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IXKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)protected abstract java.lang.CharSequencegetExchangeCode()protected abstract java.lang.CharSequencegetSymbol()protected abstract deltix.qsrv.hf.pub.InstrumentTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getExchangeCode
protected abstract java.lang.CharSequence getExchangeCode()
-
getSymbol
protected abstract java.lang.CharSequence getSymbol()
-
getType
protected abstract deltix.qsrv.hf.pub.InstrumentType getType()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-