Class OrderCancelSentResponder

    • Constructor Detail

      • OrderCancelSentResponder

        public OrderCancelSentResponder​(CancelRequest trade)
        Deprecated.
        Constructs a Responder that can respond from the CancelSent state for the OrderCancel trade model.

        Please use CancelRequest.getCancelSentResponder() to retrieve an instance.

        Parameters:
        trade - The object representing the trade that the client wants to cancel, which this responder can send messages for.
    • Method Detail

      • sendCancelAck

        public void sendCancelAck​(OrderCancelAckEvent event)
                           throws com.caplin.trading.TradeException
        Deprecated.
        Sends an acknowledgement message to notify the client that the request to cancel the trade has been received by the backend.

        Typically an acknowledgement is sent back immediately after receiving the request.

        Parameters:
        event - The acknowledgement event to send to the client.
        Throws:
        com.caplin.trading.TradeException - If there was a problem sending the event