@Deprecated
public interface BlotterTradeListener
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.
Modifier and Type | Method and Description |
---|---|
void |
receiveBlotterEvent(BlotterEvent blotterEvent)
Deprecated.
Called when a BlotterEvent is generated by the TradingDataSource.
|
void receiveBlotterEvent(BlotterEvent blotterEvent)
To register an instance of this interface with the TradingDataSource, use the
TradingProvider.addBlotterTradeListener(BlotterChannel, BlotterTradeListener)
method.
blotterEvent
- The BlotterEvent object holding the details of the underlying TradeEvent that occured
and the BlotterChannel that the BlotterEvent is triggered for.TradingProvider.addBlotterTradeListener(BlotterChannel, BlotterTradeListener)
Please send bug reports and comments to Caplin support