Class BlockTradeQueuedResponder


public class BlockTradeQueuedResponder extends BlockTradeExpiredResponder

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

See Also:
  • Constructor Details

    • BlockTradeQueuedResponder

      public BlockTradeQueuedResponder(BlockTrade trade)
      Constructs a Responder that can Respond from the Queue state.

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

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

    • sendPickUp

      public void sendPickUp(BlockTradePickUpEvent event) throws com.caplin.trading.TradeException
      Sends a message to notify the client that the client's request for a block trade has been received by the back-end trading system.
      Parameters:
      event - The event to notify the client the that block trade request is being processed.
      Throws:
      com.caplin.trading.TradeException - if there was a problem sending the event