com.lmax.api.orderbook
Interface OrderBookEventListener


public interface OrderBookEventListener

Asynchronous listener for OrderBook responses.


Method Summary
 void notify(OrderBookEvent orderBookEvent)
          Called when the system notifies us of an orderBook change.
 

Method Detail

notify

void notify(OrderBookEvent orderBookEvent)
Called when the system notifies us of an orderBook change.

Parameters:
orderBookEvent - the event.