Class SubmittedResponder
java.lang.Object
com.caplin.motif.fx.trading.Responder<T>
com.caplin.motif.fx.trading.FXResponder<PostTradeAllocationList>
com.caplin.motif.fx.trading.allocation.responder.SubmittedResponder
Deprecated.
A Responder to respond from within the Submitted state.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated.Sends a message to acknowledge that the submission has been received. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Sends a message to acknowledge that the submission has been received.Methods inherited from class com.caplin.motif.fx.trading.FXResponder
sendError, sendReject
-
Constructor Details
-
SubmittedResponder
Deprecated.Sends a message to acknowledge that the submission has been received.Please use:
PostTradeAllocationList.getSubmittedResponder()
to retrieve an instance- Parameters:
trade
- The object representing the post allocation trade which the responder can send messages for.
-
-
Method Details
-
sendSubmitAck
Deprecated.Sends a message to acknowledge that the submission has been received.- Parameters:
event
- The event to send.- Throws:
com.caplin.trading.TradeException
- If there was a problem sending the event
-