com.epam.cmemdp
Interface RecoveryInstrumentListener
- All Known Subinterfaces:
- InstrumentListener
public interface RecoveryInstrumentListener
onRecoveryStarted
void onRecoveryStarted(java.lang.String secDesc,
long secID)
- Invoked when recovery is started.
- Parameters:
secDesc
- the security description of the instrumentsecID
- 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 instrumentsecID
- the security ID of the instrumentrecoveryReason
- the recovery reason
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.