Class GetTopicInstrumentMappingResponse


  • @ParametersAreNonnullByDefault
    public class GetTopicInstrumentMappingResponse
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> getMapping()  
      deltix.qsrv.hf.pub.ConstantInstrumentKey[] getMappingArray()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetTopicInstrumentMappingResponse

        public GetTopicInstrumentMappingResponse​(java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> mapping)
    • Method Detail

      • getMapping

        public java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> getMapping()
      • getMappingArray

        public deltix.qsrv.hf.pub.ConstantInstrumentKey[] getMappingArray()