public class ExpiredResponder extends FXResponder<RFSTrade>
Base class for sending expired events.
Constructor and Description |
---|
ExpiredResponder(RFSTrade trade)
Consctructs a Responder that can respond from states that send the
Expired event.
|
Modifier and Type | Method and Description |
---|---|
void |
sendExpired(RFSExpiredEvent event)
Notifies the client that the quote has expired.
|
sendError, sendReject
public ExpiredResponder(RFSTrade trade)
trade
- The trade this responder will send messages forpublic void sendExpired(RFSExpiredEvent event) throws com.caplin.trading.TradeException
event
- The expired eventcom.caplin.trading.TradeException
- if there was a problem sending the eventCopyright © 2015 Caplin Systems.