Package deltix.qsrv.hf.tickdb.impl
Interface QuickMessageFilter
-
public interface QuickMessageFilter
Implements internal quick rejection of messages, mainly based on the symbol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
acceptAllEntities()
boolean
acceptEntity(deltix.qsrv.hf.pub.InstrumentType type, java.lang.CharSequence symbol)
boolean
isRestricted()
void
setChangeListener(java.lang.Runnable r)
-