com.wombat.mamda.orderbook
public interface MamdaBookAtomicBookHandler
Modifier and Type | Method and Description |
---|---|
void |
onBookAtomicBeginBook(MamdaSubscription subscription,
MamdaBookAtomicListener listener,
boolean isRecap)
Method invoked before we start processing the first level in a message.
|
void |
onBookAtomicClear(MamdaSubscription subscription,
MamdaBookAtomicListener listener,
com.wombat.mama.MamaMsg msg)
Method invoked when an order book is cleared.
|
void |
onBookAtomicEndBook(MamdaSubscription subscription,
MamdaBookAtomicListener listener)
Method invoked when we stop processing the last level in a message.
|
void |
onBookAtomicGap(MamdaSubscription subscription,
MamdaBookAtomicListener listener,
com.wombat.mama.MamaMsg msg,
MamdaBookAtomicGap event)
Method invoked when a gap in orderBook reports is discovered.
|
void onBookAtomicBeginBook(MamdaSubscription subscription, MamdaBookAtomicListener listener, boolean isRecap)
subscription
- The MamdaSubscription handle.listener
- The listener handling recaps/updates.isRecap
- Whether the first update was a recap.void onBookAtomicEndBook(MamdaSubscription subscription, MamdaBookAtomicListener listener)
subscription
- The MamdaSubscription handle.listener
- The listener handling recaps/updates.void onBookAtomicClear(MamdaSubscription subscription, MamdaBookAtomicListener listener, com.wombat.mama.MamaMsg msg)
subscription
- The MamdaSubscription handle.listener
- The listener handling recaps/updates.msg
- The MamaMsg that triggered this invocation.void onBookAtomicGap(MamdaSubscription subscription, MamdaBookAtomicListener listener, com.wombat.mama.MamaMsg msg, MamdaBookAtomicGap event)
subscription
- The MamdaSubscription handle.listener
- The listener handling recaps/updates.msg
- The MamaMsg that triggered this invocation.event
- The gap value object.Copyright 2007 Wombat Financial Software, Inc.