com.epam.cmemdp
Interface RecoveryInstrumentListener

All Known Subinterfaces:
InstrumentListener

public interface RecoveryInstrumentListener


Method Summary
 void onRecoveryStarted(java.lang.String secDesc, long secID)
          Invoked when recovery is started.
 void onRecoveryStopped(java.lang.String secDesc, long secID, RecoveryReason recoveryReason)
          Invoked when recovery is ended.
 

Method Detail

onRecoveryStarted

void onRecoveryStarted(java.lang.String secDesc,
                       long secID)
Invoked when recovery is started.

Parameters:
secDesc - the security description of the instrument
secID - the security ID of the instrument

onRecoveryStopped

void onRecoveryStopped(java.lang.String secDesc,
                       long secID,
                       RecoveryReason recoveryReason)
Invoked when recovery is ended.

Parameters:
secDesc - the security description of the instrument
secID - the security ID of the instrument
recoveryReason - the recovery reason


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.