Click or drag to resize

SecurityDefinitionListenerOnSecurityDefinition Method

Faired when security definition message was received NOTE: UDS Instrument Delete message will be passed to InstrumentListener::process event handler

Namespace: com.b2bits.FIXAntenna.Globex
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public abstract bool OnSecurityDefinition(
	string secDesc,
	ulong secID,
	FixMessage msg,
	string channelID
)

Parameters

secDesc  String
Security Description of the instrument
secID  UInt64
Security ID of the Security Description
msg  FixMessage
Incoming SecurityDefinition message
channelID  String

[Missing <param name="channelID"/> documentation for "M:com.b2bits.FIXAntenna.Globex.SecurityDefinitionListener.OnSecurityDefinition(System.String,System.UInt64,com.b2bits.FIXAntenna.FixMessage,System.String)"]

Return Value

Boolean
Return true if need to continue listening instrument replay, otherwise false
See Also