Interface BookHolder<COOKIE>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Book<COOKIE> getBook​(java.lang.CharSequence exchange, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)  
      Book<COOKIE> getOrCreateBook​(java.lang.CharSequence exchange, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)  
    • Method Detail

      • getBook

        Book<COOKIE> getBook​(java.lang.CharSequence exchange,
                             java.lang.CharSequence symbol,
                             deltix.qsrv.hf.pub.InstrumentType type)
      • getOrCreateBook

        Book<COOKIE> getOrCreateBook​(java.lang.CharSequence exchange,
                                     java.lang.CharSequence symbol,
                                     deltix.qsrv.hf.pub.InstrumentType type)