Class BlockTradeExecuteAckEvent

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

public class BlockTradeExecuteAckEvent extends ResponderEvent<BlockTrade>

An event sent to the client to acknowledge that the submission to execute the trade has been received by the backend.

See Also:
  • Field Details

    • EXECUTE_ACK

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

    • BlockTradeExecuteAckEvent

      public BlockTradeExecuteAckEvent()
      Constructs an BlockTradeExecuteAckEvent event.