Class BlockTradeClientCloseAckEvent

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

public class BlockTradeClientCloseAckEvent extends ResponderEvent<BlockTrade>

An event to notify the client that the request to close the trade has been received by the backend.

See Also:
  • Field Details

    • CLIENT_CLOSE_ACK

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

    • BlockTradeClientCloseAckEvent

      public BlockTradeClientCloseAckEvent()
      Constructs a BlockTradeClientCloseAckEvent event.