public class QueuedResponder extends FXResponder<ESPTrade>
A Responder that can respond from the Queued State
Constructor and Description |
---|
QueuedResponder(ESPTrade trade)
Constructs a Responder that can respond from the Queued state
for the ESP trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendPickUp(ESPPickUpEvent event)
Sends an event to notify the client that the ESP trade has been sent and
exists in the backend trading system (OMS).
|
sendError, sendReject
public QueuedResponder(ESPTrade trade)
ESPTrade.getQueuedResponder()
to retrieve an instance.trade
- The Trade this responder will send messages for.public void sendPickUp(ESPPickUpEvent event) throws com.caplin.trading.TradeException
event
- The pick up eventcom.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.