Class BlockTradePickedUpResponder


public class BlockTradePickedUpResponder extends BlockTradeQuoteResponder

A Responder for block trades that can to send messages from the PickedUp state.

See Also:
  • Constructor Details

    • BlockTradePickedUpResponder

      public BlockTradePickedUpResponder(BlockTrade trade)
      Constructs a Responder that can respond from the PickedUp state for the BlockTrade trade model.

      Please use BlockTrade.getPickedUpResponder() to retrieve this instance.

      Parameters:
      trade - The trade this responder will send messages for.
  • Method Details

    • sendTradeHeld

      public void sendTradeHeld(BlockTradeHeldEvent event) throws com.caplin.trading.TradeException
      Sends a message to notify the client that the trade has been held by an auto trade or manual dealer.
      Parameters:
      event - The event to send to the client.
      Throws:
      com.caplin.trading.TradeException - if there was a problem sending the event