InstrumentListenerOnError Method

FIX Antenna .NET Programmer's Guide
Faired on error (example: when second subscribing was attempt for the same instrument)

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

void OnError(
	string securityDesc,
	ulong securityID,
	string errorMsg
)

Parameters

securityDesc
Type: SystemString
Security Description of the instrument
securityID
Type: SystemUInt64
Security ID of the Security Description
errorMsg
Type: SystemString
Error text message
See Also

Reference