public class BlockTradeClientCloseSentResponder extends FXResponder<BlockTrade>
The Responder for block trades that can send messages from the ClientCloseSent state.
BlockTrade.getClientCloseSentResponder()
Constructor and Description |
---|
BlockTradeClientCloseSentResponder(BlockTrade trade) |
Modifier and Type | Method and Description |
---|---|
void |
sendClientCloseAck(BlockTradeClientCloseAckEvent event)
Sends an acknowledgement to the client notifying that it's request to close/cancel
the block trade has been received.
|
sendError, sendReject
public BlockTradeClientCloseSentResponder(BlockTrade trade)
public void sendClientCloseAck(BlockTradeClientCloseAckEvent event) throws com.caplin.trading.TradeException
event
- The event to send to the client.com.caplin.trading.TradeException
- if there was a problem sending the client close ackCopyright © 2015 Caplin Systems.