Class ImmutableIXKey


  • public final class ImmutableIXKey
    extends IXKey
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String exchangeCode  
      java.lang.String symbol  
      deltix.qsrv.hf.pub.InstrumentType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImmutableIXKey​(IXKey copy)  
      ImmutableIXKey​(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)  
    • Field Detail

      • exchangeCode

        public final java.lang.String exchangeCode
      • symbol

        public final java.lang.String symbol
      • type

        public final deltix.qsrv.hf.pub.InstrumentType type
    • 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:
        getExchangeCode in class IXKey
      • getSymbol

        protected java.lang.CharSequence getSymbol()
        Specified by:
        getSymbol in class IXKey
      • getType

        protected deltix.qsrv.hf.pub.InstrumentType getType()
        Specified by:
        getType in class IXKey