Package deltix.qsrv.hf.blocks.l2
Interface ConcurrentBookHolder<COOKIE>
-
- All Known Subinterfaces:
ConcurrentL2DataProcessor<COOKIE>
- All Known Implementing Classes:
AbstractL2DataProcessor
,ByInstrumentAggregator
,LevelBasedL2DataProcessor
public interface ConcurrentBookHolder<COOKIE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getBook(BookReceiver<COOKIE> receiver, java.lang.CharSequence exchange, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
void
getBooks(BookReceiver<COOKIE> receiver)
void
getBooks(BookReceiver<COOKIE> receiver, java.lang.CharSequence exchange)
void
getBooks(BookReceiver<COOKIE> receiver, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
void
getOrCreateBook(ModifiedBookReceiver<COOKIE> receiver, java.lang.CharSequence exchange, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
-
-
-
Method Detail
-
getBooks
void getBooks(BookReceiver<COOKIE> receiver)
-
getBooks
void getBooks(BookReceiver<COOKIE> receiver, java.lang.CharSequence exchange)
-
getBooks
void getBooks(BookReceiver<COOKIE> receiver, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
-
getBook
void getBook(BookReceiver<COOKIE> receiver, java.lang.CharSequence exchange, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
-
getOrCreateBook
void getOrCreateBook(ModifiedBookReceiver<COOKIE> receiver, java.lang.CharSequence exchange, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
-
-