Class OrderPendingAcceptResponder
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.OrderPendingAcceptResponder
Deprecated.
Responder that can respond from the PendingAccept state.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructs a Responder that can respond from the PendingAccept state for the Order Submission trade model. -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendAccept
(OrderAcceptEvent event) Deprecated.Sends an event to notify the frontend that order has been submitted into the OMS.Methods inherited from class com.caplin.motif.fx.trading.FXResponder
sendError, sendReject
-
Constructor Details
-
OrderPendingAcceptResponder
Deprecated.Constructs a Responder that can respond from the PendingAccept state for the Order Submission trade model. Please useMotifOrderStrategy.getPendingAcceptResponder()
to retrieve an instance.- Parameters:
trade
- The trade this responder should respond for.
-
-
Method Details
-
sendAccept
Deprecated.Sends an event to notify the frontend that order has been submitted into the OMS.- Parameters:
event
- The activated event.- Throws:
com.caplin.trading.TradeException
- If there was a problem sending the event
-