com.wombat.mamda
public interface MamdaQuoteHandler
Modifier and Type | Method and Description |
---|---|
void |
onQuoteClosing(MamdaSubscription subscription,
MamdaQuoteListener listener,
com.wombat.mama.MamaMsg msg,
MamdaQuoteClosing event,
MamdaQuoteRecap recap)
Method invoked for a quote closing summary.
|
void |
onQuoteGap(MamdaSubscription subscription,
MamdaQuoteListener listener,
com.wombat.mama.MamaMsg msg,
MamdaQuoteGap event,
MamdaQuoteRecap recap)
Method invoked when a gap in quote updates is discovered.
|
void |
onQuoteRecap(MamdaSubscription subscription,
MamdaQuoteListener listener,
com.wombat.mama.MamaMsg msg,
MamdaQuoteRecap recap)
Method invoked when the current last-quote information for the
security is available.
|
void |
onQuoteUpdate(MamdaSubscription subscription,
MamdaQuoteListener listener,
com.wombat.mama.MamaMsg msg,
MamdaQuoteUpdate event,
MamdaQuoteRecap recap)
Method invoked when a quote update arrives.
|
void onQuoteRecap(MamdaSubscription subscription, MamdaQuoteListener listener, com.wombat.mama.MamaMsg msg, MamdaQuoteRecap recap)
subscription
- The MamdaSubscription handle.listener
- The MamdaSubscription handle.msg
- The MamaMsg that triggered this invocation.recap
- Access to the current value of all fields.void onQuoteUpdate(MamdaSubscription subscription, MamdaQuoteListener listener, com.wombat.mama.MamaMsg msg, MamdaQuoteUpdate event, MamdaQuoteRecap recap)
subscription
- The MamdaSubscription handle.listener
- The MamdaSubscription handle.msg
- The MamaMsg that triggered this invocation.event
- The MamdaQuoteUpdate event.recap
- Access to the current value of all fields.void onQuoteGap(MamdaSubscription subscription, MamdaQuoteListener listener, com.wombat.mama.MamaMsg msg, MamdaQuoteGap event, MamdaQuoteRecap recap)
subscription
- The MamdaSubscription handle.listener
- The MamdaSubscription handle.msg
- The MamaMsg that triggered this invocation.event
- The MamdaQuoteGap event.recap
- Access to the current value of all fields.void onQuoteClosing(MamdaSubscription subscription, MamdaQuoteListener listener, com.wombat.mama.MamaMsg msg, MamdaQuoteClosing event, MamdaQuoteRecap recap)
subscription
- The MamdaSubscription handle.listener
- The MamdaSubscription handle.msg
- The MamaMsg that triggered this invocation.event
- The MamdaQuoteClosing event.recap
- Access to the current value of all fields.Copyright 2007 Wombat Financial Software, Inc.