com.lmax.api.order
Interface ExecutionEventListener


public interface ExecutionEventListener

Asynchronous listener for ALL executions.


Method Summary
 void notify(Execution execution)
          Called when an execution is received.
 

Method Detail

notify

void notify(Execution execution)
Called when an execution is received.

Parameters:
execution - the execution