public interface MamdaBookAtomicLevelEntryHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onBookAtomicLevelEntryDelta(MamdaSubscription subscription,
MamdaBookAtomicListener listener,
com.wombat.mama.MamaMsg msg,
MamdaBookAtomicLevelEntry levelEntry)
Method invoked when an order book delta is reported.
|
void |
onBookAtomicLevelEntryRecap(MamdaSubscription subscription,
MamdaBookAtomicListener listener,
com.wombat.mama.MamaMsg msg,
MamdaBookAtomicLevelEntry levelEntry)
Method invoked when a full refresh of the order book for the
security is available.
|
void onBookAtomicLevelEntryRecap(MamdaSubscription subscription, MamdaBookAtomicListener listener, com.wombat.mama.MamaMsg msg, MamdaBookAtomicLevelEntry levelEntry)
subscription - The MamdaSubscription handle.listener - The listener handling the recap.msg - The MamaMsg that triggered this invocation.levelEntry - The Price Level Entry recap.void onBookAtomicLevelEntryDelta(MamdaSubscription subscription, MamdaBookAtomicListener listener, com.wombat.mama.MamaMsg msg, MamdaBookAtomicLevelEntry levelEntry)
subscription - The MamdaSubscription handle.listener - The listener handling the update.msg - The MamaMsg that triggered this invocation.levelEntry - The Price Level Entry update.Copyright 2007 Wombat Financial Software, Inc.