Click or drag to resize

InstrumentListenerOnSecurityDefinition Method

Faired when user should reset book with the new values.

Namespace: com.b2bits.FIXAntenna.Globex
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
bool OnSecurityDefinition(
	string securityDesc,
	ulong securityID,
	FixMessage msg
)

Parameters

securityDesc  String
Security Description of the instrument
securityID  UInt64
Security ID of the Security Description
msg  FixMessage
Incoming SecurityDefinition message

Return Value

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