Class OrderSubmittedResponder
- java.lang.Object
-
- com.caplin.motif.fx.trading.Responder<T>
-
- com.caplin.motif.fx.trading.FXResponder<UserTrade>
-
- com.caplin.motif.fx.trading.orders.submission.responder.OrderSubmittedResponder
-
@Deprecated public class OrderSubmittedResponder extends FXResponder<UserTrade>
Deprecated.Responder that can respond from the Submitted state.
-
-
Constructor Summary
Constructors Constructor Description OrderSubmittedResponder(UserTrade trade)
Deprecated.Constructs a Responder that can respond from the Submitted state for the Order Submission trade model.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
sendSubmitAck(OrderSubmitAckEvent event)
Deprecated.Sends an event to notify the frontend that Submit message has been acknowledged.-
Methods inherited from class com.caplin.motif.fx.trading.FXResponder
sendError, sendReject
-
-
-
-
Constructor Detail
-
OrderSubmittedResponder
public OrderSubmittedResponder(UserTrade trade)
Deprecated.Constructs a Responder that can respond from the Submitted state for the Order Submission trade model. Please useMotifOrderStrategy.getSubmittedResponder()
to retrieve an instance.- Parameters:
trade
- The trade this responder should respond for.
-
-
Method Detail
-
sendSubmitAck
public void sendSubmitAck(OrderSubmitAckEvent event) throws com.caplin.trading.TradeException
Deprecated.Sends an event to notify the frontend that Submit message has been acknowledged.- Parameters:
event
- The SubmitAck event.- Throws:
com.caplin.trading.TradeException
- If there was a problem sending the event
-
-