public class BulkOrderActionProcessingResponder extends FXResponder<BulkOrderActionTrade>
A Responder for the BulkOrderAction trade model that can respond from the Processing state.
Constructor and Description |
---|
BulkOrderActionProcessingResponder(BulkOrderActionTrade trade)
Constructs a Responder that can respond from the Processing state
for the BulkOrderAction trade model.
|
Modifier and Type | Method and Description |
---|---|
void |
sendBulkOrderActionConfirm(BulkOrderActionConfirmEvent event)
Sends an event to the client informing it that bulk order action request
was successful.
|
sendError, sendReject
public BulkOrderActionProcessingResponder(BulkOrderActionTrade trade)
BulkOrderActionTrade.getProcessingResponder()
to retrieve an instancetrade
- The object representing the trade that the client wants to
perform bulk action, which this responder can send messages
for.public void sendBulkOrderActionConfirm(BulkOrderActionConfirmEvent event) throws com.caplin.trading.TradeException
event
- The event to notify the client that the bulk order action request was successful.com.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.