com.lmax.api.orderbook
Interface HistoricMarketDataEventListener


public interface HistoricMarketDataEventListener

Interface called whenever a historic market data event is received via the stream interface.


Method Summary
 void notify(HistoricMarketDataEvent event)
          Called whenever a historic market data event occurs.
 

Method Detail

notify

void notify(HistoricMarketDataEvent event)
Called whenever a historic market data event occurs.

Parameters:
event - The event that occurred.