public interface RecoveryInstrumentListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRecoveryStarted(String secDesc,
long secID)
Invoked when recovery is started.
|
void |
onRecoveryStopped(String secDesc,
long secID,
RecoveryReason recoveryReason)
Invoked when recovery is ended.
|
void onRecoveryStarted(String secDesc, long secID)
secDesc - the security description of the instrumentsecID - the security ID of the instrumentvoid onRecoveryStopped(String secDesc, long secID, RecoveryReason recoveryReason)
secDesc - the security description of the instrumentsecID - the security ID of the instrumentrecoveryReason - the recovery reasonCopyright © 2000–2025 EPAM Systems. All rights reserved.