public class PickedUpResponder extends QuoteResponder
RFSTrade.getPickedUpResponder()
Constructor and Description |
---|
PickedUpResponder(RFSTrade trade)
Constructs a Responder that can respond from the PickedUp state for the
RFS trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendTradeHeld(RFSTradeHeldEvent event)
Sends a message to notify the frontend that the trade has been held by an
auto trade or manual dealer.
|
sendPriceUpdate, sendPriceUpdate, sendPriceUpdate
sendError, sendReject
public PickedUpResponder(RFSTrade trade)
RFSTrade.getPickedUpResponder()
to retrieve an instance.trade
- The trade this responder should respond for.public void sendTradeHeld(RFSTradeHeldEvent event) throws com.caplin.trading.TradeException
event
- the held eventcom.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.