Class AggregatedBookPairs

  • All Implemented Interfaces:
    BookPairHolder, deltix.qsrv.hf.pub.InstrumentIdentity

    public class AggregatedBookPairs
    extends java.lang.Object
    implements deltix.qsrv.hf.pub.InstrumentIdentity, BookPairHolder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      deltix.qsrv.hf.pub.InstrumentType getInstrumentType()  
      BookPair getOrCreateBookPair​(java.lang.CharSequence exchangeCode)  
      BookPair getOrCreateBookPair​(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)  
      BookPair getOrCreateBookPair​(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type, int maxNumLevels)  
      deltix.timebase.api.messages.L2Message getSnapshot()  
      deltix.timebase.api.messages.L2Message getSnapshot​(int size)  
      java.lang.CharSequence getSymbol()  
      • Methods inherited from class java.lang.Object

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

      • getSymbol

        public java.lang.CharSequence getSymbol()
        Specified by:
        getSymbol in interface deltix.qsrv.hf.pub.InstrumentIdentity
      • getInstrumentType

        public deltix.qsrv.hf.pub.InstrumentType getInstrumentType()
        Specified by:
        getInstrumentType in interface deltix.qsrv.hf.pub.InstrumentIdentity
      • getOrCreateBookPair

        public BookPair getOrCreateBookPair​(java.lang.CharSequence exchangeCode)
      • getOrCreateBookPair

        public BookPair getOrCreateBookPair​(java.lang.CharSequence exchangeCode,
                                            java.lang.CharSequence symbol,
                                            deltix.qsrv.hf.pub.InstrumentType type)
        Specified by:
        getOrCreateBookPair in interface BookPairHolder
      • getOrCreateBookPair

        public BookPair getOrCreateBookPair​(java.lang.CharSequence exchangeCode,
                                            java.lang.CharSequence symbol,
                                            deltix.qsrv.hf.pub.InstrumentType type,
                                            int maxNumLevels)
      • getSnapshot

        public deltix.timebase.api.messages.L2Message getSnapshot()
      • getSnapshot

        public deltix.timebase.api.messages.L2Message getSnapshot​(int size)