Class BlockTradeSubmitAckEvent

java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<BlockTrade>
com.caplin.motif.fx.trading.block.event.BlockTradeSubmitAckEvent

public class BlockTradeSubmitAckEvent extends ResponderEvent<BlockTrade>

An event to notify the client's request to initiate a block trade has been received by the backend.

Typically a BlockTradeSubmitAckEvent is sent immediately after receiving the submission request.

See Also:
  • Field Details

    • SUBMIT_ACK

      public static final String SUBMIT_ACK
      The name of the transition representing this event
      See Also:
  • Constructor Details

    • BlockTradeSubmitAckEvent

      public BlockTradeSubmitAckEvent()
      Constructs a BlockTradeSubmitAckEvent.