public class SubmittedResponder extends FXResponder<PostTradeAllocationList>
Constructor and Description |
---|
SubmittedResponder(PostTradeAllocationList trade)
Sends a message to acknowledge that the submission has been received.
|
Modifier and Type | Method and Description |
---|---|
void |
sendSubmitAck(AllocationSubmitAckEvent event)
Sends a message to acknowledge that the submission has been received.
|
sendError, sendReject
public SubmittedResponder(PostTradeAllocationList trade)
PostTradeAllocationList.getSubmittedResponder()
to retrieve an instancetrade
- The object representing the post allocation trade which the
responder can send messages for.public void sendSubmitAck(AllocationSubmitAckEvent event) throws com.caplin.trading.TradeException
event
- The event to send.com.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.