public class SubmittedResponder extends FXResponder<ESPTrade>
ESPTrade.getSubmittedResponder()
Constructor and Description |
---|
SubmittedResponder(ESPTrade trade)
Constructs a responder used for sending events from the Submitted state.
|
Modifier and Type | Method and Description |
---|---|
void |
sendSubmitAck(ESPSubmitAckEvent event)
Sends an SubmitAck event.
|
sendError, sendReject
public SubmittedResponder(ESPTrade trade)
Constructs a responder used for sending events from the Submitted state.
trade
- The trade this responder should respond for.public void sendSubmitAck(ESPSubmitAckEvent event) throws com.caplin.trading.TradeException
responder.sendSubmitAck(new ESPSubmitAckEvent());
event
- The event to send.com.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.