Interface BlotterTradeListener


  • @Deprecated
    public interface BlotterTradeListener
    Deprecated.
    Provides notification of auto-generated blotter events through the lifecycle of trades.

    When a trade event is sent from or received by the TradingDataSource, the receiveBlotterEvent(BlotterEvent) callback will be called. The BlotterEvent will contain the underlying TradeEvent that triggered the BlotterEvent and the BlotterChannel that the event was raised on.

    Deprecated: Use the new Blotter API (com.caplin.datasource.blotter).