com.lmax.api.reject
Interface InstructionRejectedEventListener


public interface InstructionRejectedEventListener

Event interface for instruction rejections.


Method Summary
 void notify(InstructionRejectedEvent instructionRejected)
          Call when an instruction rejection is received.
 

Method Detail

notify

void notify(InstructionRejectedEvent instructionRejected)
Call when an instruction rejection is received.

Parameters:
instructionRejected - The detail of the rejection