public class ExecutedResponder extends ExpiredResponder
RFSTrade.getExecutedResponder()
Constructor and Description |
---|
ExecutedResponder(RFSTrade trade)
Constructs a Responder that can respond from the Executed state for the
RFS trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendTradeConfirmation(RFSTradeConfirmationEvent event)
Sends a trade confirmation event to notify the frontend that the trade
has been confirmed with the trade fields that the event was constructed
with.
|
sendExpired
sendError, sendReject
public ExecutedResponder(RFSTrade trade)
RFSTrade.getExecutedResponder()
to retrieve an instance.trade
- The trade this responder should respond for.public void sendTradeConfirmation(RFSTradeConfirmationEvent event) throws com.caplin.trading.TradeException
event
- The confirmation event to send.com.caplin.trading.TradeException
- if there was a problem sending the eventCopyright © 2015 Caplin Systems.