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 boolean
equals(java.lang.Object obj)
protected abstract java.lang.CharSequence
getExchangeCode()
protected abstract java.lang.CharSequence
getSymbol()
protected abstract deltix.qsrv.hf.pub.InstrumentType
getType()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-