Class BulkOrderActionProcessingResponder
- java.lang.Object
-
- com.caplin.motif.fx.trading.Responder<T>
-
- com.caplin.motif.fx.trading.FXResponder<BulkOrderActionTrade>
-
- com.caplin.motif.fx.trading.orders.bulkaction.responder.BulkOrderActionProcessingResponder
-
@Deprecated public class BulkOrderActionProcessingResponder extends FXResponder<BulkOrderActionTrade>
Deprecated.A Responder for the BulkOrderAction trade model that can respond from the Processing state.
-
-
Constructor Summary
Constructors Constructor Description BulkOrderActionProcessingResponder(BulkOrderActionTrade trade)
Deprecated.Constructs a Responder that can respond from the Processing state for the BulkOrderAction trade model.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
sendBulkOrderActionConfirm(BulkOrderActionConfirmEvent event)
Deprecated.Sends an event to the client informing it that bulk order action request was successful.-
Methods inherited from class com.caplin.motif.fx.trading.FXResponder
sendError, sendReject
-
-
-
-
Constructor Detail
-
BulkOrderActionProcessingResponder
public BulkOrderActionProcessingResponder(BulkOrderActionTrade trade)
Deprecated.Constructs a Responder that can respond from the Processing state for the BulkOrderAction trade model.Please use
BulkOrderActionTrade.getProcessingResponder()
to retrieve an instance- Parameters:
trade
- The object representing the trade that the client wants to perform bulk action, which this responder can send messages for.
-
-
Method Detail
-
sendBulkOrderActionConfirm
public void sendBulkOrderActionConfirm(BulkOrderActionConfirmEvent event) throws com.caplin.trading.TradeException
Deprecated.Sends an event to the client informing it that bulk order action request was successful.- Parameters:
event
- The event to notify the client that the bulk order action request was successful.- Throws:
com.caplin.trading.TradeException
- If there was a problem sending the event
-
-