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