public class BulkOrderActionSentResponder extends FXResponder<BulkOrderActionTrade>
A Responder for the BulkOrderAction trade model that can respond from the BulkActionSent state.
Constructor and Description |
---|
BulkOrderActionSentResponder(BulkOrderActionTrade trade)
Constructs a BulkOrderAction that can respond from the BulkOrderActionTrade
for the BulkOrderAction trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendBulkActionAck(BulkOrderActionAckEvent event)
Sends a acknowledgement to the client informing it that has received the
bulk order action request.
|
sendError, sendReject
public BulkOrderActionSentResponder(BulkOrderActionTrade trade)
BulkOrderActionTrade.getBulkActionSentResponder()
to retrieve an instance.trade
- The object representing the trade that the client wants to
change the state of, which this responder can send messages
for.public void sendBulkActionAck(BulkOrderActionAckEvent event) throws com.caplin.trading.TradeException
event
- The event sent to acknowledge to the client that the request has been received.com.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.