public class QueuedResponder extends ExpiredResponder
RFSTrade.getQueuedResponder()
Constructor and Description |
---|
QueuedResponder(RFSTrade trade)
Constructs a Responder that can respond from the Queued state for the
RFS trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendPickUp(RFSPickUpEvent event)
Sends an event to notify the client that the trade has been picked up
ready for quoting.
|
sendExpired
sendError, sendReject
public QueuedResponder(RFSTrade trade)
RFSTrade.getQueuedResponder()
to retrieve an instance.trade
- The trade this responder should respond for.public void sendPickUp(RFSPickUpEvent event) throws com.caplin.trading.TradeException
event
- The picked up eventcom.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.