public class ExecuteSentResponder extends FXResponder<RFSTrade>
Constructs a responder used for sending events from the ExecuteSent state.
RFSTrade.getExecuteSentResponder()
Constructor and Description |
---|
ExecuteSentResponder(RFSTrade trade) |
Modifier and Type | Method and Description |
---|---|
void |
sendExecuteAck(RFSExecuteAckEvent event)
Sends an event to notify the client that the Submit event has
been received.
|
sendError, sendReject
public ExecuteSentResponder(RFSTrade trade)
public void sendExecuteAck(RFSExecuteAckEvent event) throws com.caplin.trading.TradeException
Sends an event to notify the client that the Submit event has been received.
event
- The ack event to send.com.caplin.trading.TradeException
- if there was a problem sending the eventCopyright © 2015 Caplin Systems.