Class SubmittedResponder


@Deprecated public class SubmittedResponder extends FXResponder<PostTradeAllocationList>
Deprecated.
A Responder to respond from within the Submitted state.
See Also:
  • Constructor Details

    • SubmittedResponder

      public SubmittedResponder(PostTradeAllocationList trade)
      Deprecated.
      Sends a message to acknowledge that the submission has been received.

      Please use: PostTradeAllocationList.getSubmittedResponder() to retrieve an instance

      Parameters:
      trade - The object representing the post allocation trade which the responder can send messages for.
  • Method Details

    • sendSubmitAck

      public void sendSubmitAck(AllocationSubmitAckEvent event) throws com.caplin.trading.TradeException
      Deprecated.
      Sends a message to acknowledge that the submission has been received.
      Parameters:
      event - The event to send.
      Throws:
      com.caplin.trading.TradeException - If there was a problem sending the event