Class ClientCloseSentResponder
java.lang.Object
com.caplin.motif.fx.trading.Responder<T>
com.caplin.motif.fx.trading.FXResponder<PostTradeAllocationList>
com.caplin.motif.fx.trading.allocation.responder.ClientCloseSentResponder
Deprecated.
A Responder that responds from within the ClientCloseSent state.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Sends a ClientCloseAck event to denote that the client's request to close was successful.Methods inherited from class com.caplin.motif.fx.trading.FXResponder
sendError, sendReject
-
Constructor Details
-
ClientCloseSentResponder
Deprecated.
-
-
Method Details
-
sendClientCloseAck
public void sendClientCloseAck(AllocationClientCloseAckEvent event) throws com.caplin.trading.TradeException Deprecated.Sends a ClientCloseAck event to denote that the client's request to close was successful.- Parameters:
event
- The event to send.- Throws:
com.caplin.trading.TradeException
- if there was a problem sending the quote
-