Class BlockTradeConfirmationEvent

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

public class BlockTradeConfirmationEvent extends ResponderEvent<BlockTrade>

An event to notify the client that the trade has been executed using the values on the the event.

Typically these values are shown to the client in order to verify the details of the trade just executed.

See Also:
  • Field Details

    • TRADE_CONFIRMATION

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

    • BlockTradeConfirmationEvent

      public BlockTradeConfirmationEvent(String tradeId, String tradeDateTime, BlockTradeNetInfo netInfo, List<BlockTradeLegConfirmation> legConfirmations)
      Constructs a BlockTradeConfirmationEvent event.
      Parameters:
      tradeId - the trade id
      tradeDateTime - the data time when the trade occurred
      netInfo - the net info
      legConfirmations - the leg confirmations
  • Method Details