Class OrderSubmittedResponder

    • 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 use MotifOrderStrategy.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