Package deltix.qsrv.hf.blocks.l2
Interface BookHolder<COOKIE>
-
- All Known Subinterfaces:
L2DataProcessor<COOKIE>
- All Known Implementing Classes:
AbstractL2DataProcessor
,ByInstrumentAggregator
,LevelBasedL2DataProcessor
public interface BookHolder<COOKIE>
A container of order books
-
-
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)
-