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
-
public class ClientCloseSentResponder extends FXResponder<PostTradeAllocationList>
A Responder that responds from within the ClientCloseSent state.
-
-
Constructor Summary
Constructors Constructor Description ClientCloseSentResponder(PostTradeAllocationList trade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendClientCloseAck(AllocationClientCloseAckEvent event)
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 Detail
-
ClientCloseSentResponder
public ClientCloseSentResponder(PostTradeAllocationList trade)
-
-
Method Detail
-
sendClientCloseAck
public void sendClientCloseAck(AllocationClientCloseAckEvent event) throws com.caplin.trading.TradeException
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
-
-