public class BlockTradeSubmittedResponder extends FXResponder<BlockTrade>
The Responder for block trades that can send messages from the Submitted state.
BlockTrade.getSubmittedResponder()
Constructor and Description |
---|
BlockTradeSubmittedResponder(BlockTrade trade)
Constructs a Responder that can respond from the Submitted state
for the BlockTrade trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendSubmitAck(BlockTradeSubmitAckEvent event)
Sends a message to acknowledge that the clients request to
block trade has been received.
|
sendError, sendReject
public BlockTradeSubmittedResponder(BlockTrade trade)
BlockTrade.getSubmittedResponder()
to retrieve this instancetrade
- the Trade this responder will send messages for.public void sendSubmitAck(BlockTradeSubmitAckEvent event) throws com.caplin.trading.TradeException
event
- the ack event for the clients request to initiate a block trade.com.caplin.trading.TradeException
- if there was a problem sending the quoteCopyright © 2015 Caplin Systems.