Package deltix.qsrv.hf.blocks.ixmap
Class ImmutableIXKey
- java.lang.Object
-
- deltix.qsrv.hf.blocks.ixmap.IXKey
-
- deltix.qsrv.hf.blocks.ixmap.ImmutableIXKey
-
public final class ImmutableIXKey extends IXKey
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringexchangeCodejava.lang.Stringsymboldeltix.qsrv.hf.pub.InstrumentTypetype
-
Constructor Summary
Constructors Constructor Description ImmutableIXKey(IXKey copy)ImmutableIXKey(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.CharSequencegetExchangeCode()protected java.lang.CharSequencegetSymbol()protected deltix.qsrv.hf.pub.InstrumentTypegetType()
-
-
-
Constructor Detail
-
ImmutableIXKey
public ImmutableIXKey(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
-
ImmutableIXKey
public ImmutableIXKey(IXKey copy)
-
-
Method Detail
-
getExchangeCode
protected java.lang.CharSequence getExchangeCode()
- Specified by:
getExchangeCodein classIXKey
-
-