public class BlockTradeExpiredResponder extends FXResponder<BlockTrade>
Base class for Responders that send the Expired message
Constructor and Description |
---|
BlockTradeExpiredResponder(BlockTrade trade)
Constructs a Responder that can respond from states the send the
Expired Message
|
Modifier and Type | Method and Description |
---|---|
void |
sendExpired(BlockTradeExpiredEvent event)
Sends a message to notify the client that that the trade has expired.
|
sendError, sendReject
public BlockTradeExpiredResponder(BlockTrade trade)
trade
- The trade this responder will send messages forpublic void sendExpired(BlockTradeExpiredEvent event) throws com.caplin.trading.TradeException
event
- The event denoting that the trade has expiredcom.caplin.trading.TradeException
- if there was a problem sending the eventCopyright © 2015 Caplin Systems.