Click or drag to resize

InstrumentListenerOnIncrement Method

Faired when user get the new values.

Namespace: com.b2bits.FIXAntenna.Globex
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
bool OnIncrement(
	string securityDesc,
	ulong securityID,
	IFixFields[] Msgs,
	int incrementsCount
)

Parameters

securityDesc  String
Security Description of the instrument to apply increment on
securityID  UInt64
Security ID of the Security Description
Msgs  IFixFields
Increment container with group entry inside Market Data - Incremental Refresh message assigned to instrument.
incrementsCount  Int32
Increments count into Msgs

Return Value

Boolean
return true if book need start recovery, otherwise false
See Also