public class ExecutableResponder extends QuoteResponder
RFSTrade.getExecutableResponder()
Constructor and Description |
---|
ExecutableResponder(RFSTrade trade)
Constructs a Responder that can respond from the Executable state for the
RFS trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendExpired(RFSExpiredEvent event)
Sends an event to notify the client that the quote has expired.
|
void |
sendWithdraw(RFSWithdrawEvent event)
Sends an event to notify the client that the quote has been withdrawn.
|
sendPriceUpdate, sendPriceUpdate, sendPriceUpdate
sendError, sendReject
public ExecutableResponder(RFSTrade trade)
RFSTrade.getExecutableResponder()
to retrieve an instance.trade
- The trade this responder should respond for.public void sendExpired(RFSExpiredEvent event) throws com.caplin.trading.TradeException
event
- The expired event.com.caplin.trading.TradeException
- if there was a problem sending the eventpublic void sendWithdraw(RFSWithdrawEvent event) throws com.caplin.trading.TradeException
event
- The withdrawn event.com.caplin.trading.TradeException
- if there was a problem sending the eventCopyright © 2015 Caplin Systems.