InstrumentListenerOnRecoveryStopped Method

FIX Antenna .NET Programmer's Guide
Faired when recovery is ended

Namespace:  com.b2bits.FIXAntenna.Globex
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

void OnRecoveryStopped(
	string securityDesc,
	ulong securityID,
	RecoveryReason reason
)

Parameters

securityDesc
Type: SystemString
Security Description of the instrument
securityID
Type: SystemUInt64
Security ID of the Security Description
reason
Type: com.b2bits.FIXAntenna.GlobexRecoveryReason

[Missing <param name="reason"/> documentation for "M:com.b2bits.FIXAntenna.Globex.InstrumentListener.OnRecoveryStopped(System.String,System.UInt64,com.b2bits.FIXAntenna.Globex.RecoveryReason)"]

See Also

Reference