Class BulkOrderActionSentResponder
- 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.BulkOrderActionSentResponder
-
@Deprecated public class BulkOrderActionSentResponder extends FXResponder<BulkOrderActionTrade>
Deprecated.A Responder for the BulkOrderAction trade model that can respond from the BulkActionSent state.
-
-
Constructor Summary
Constructors Constructor Description BulkOrderActionSentResponder(BulkOrderActionTrade trade)
Deprecated.Constructs a BulkOrderAction that can respond from the BulkOrderActionTrade for the BulkOrderAction trade model.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
sendBulkActionAck(BulkOrderActionAckEvent event)
Deprecated.Sends a acknowledgement to the client informing it that has received the bulk order action request.-
Methods inherited from class com.caplin.motif.fx.trading.FXResponder
sendError, sendReject
-
-
-
-
Constructor Detail
-
BulkOrderActionSentResponder
public BulkOrderActionSentResponder(BulkOrderActionTrade trade)
Deprecated.Constructs a BulkOrderAction that can respond from the BulkOrderActionTrade for the BulkOrderAction trade model.Please use
BulkOrderActionTrade.getBulkActionSentResponder()
to retrieve an instance.- Parameters:
trade
- The object representing the trade that the client wants to change the state of, which this responder can send messages for.
-
-
Method Detail
-
sendBulkActionAck
public void sendBulkActionAck(BulkOrderActionAckEvent event) throws com.caplin.trading.TradeException
Deprecated.Sends a acknowledgement to the client informing it that has received the bulk order action request.- Parameters:
event
- The event sent to acknowledge to the client that the request has been received.- Throws:
com.caplin.trading.TradeException
- If there was a problem sending the event
-
-