Click or drag to resize

InstrumentListenerOnNaturalRefresh Method

Faired when user should reset book with the bnew values and Natural Refresh is used

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

Parameters

securityDesc  String
Security Description of the instrument to apply increment on
securityID  UInt64
Security ID of the Security Description
NRMsgs  IFixFields
Increment container with group entry inside Market Data - Incremental Refresh message assigned to instrument.
incrementsCount  Int32
Increments count into Msgs
isNewSequence  Boolean
If is true that NRMsgs contains new sequence of increments, otherwise NRMsgs contains continuation of previosly received increments sequence.

Return Value

Boolean
true if book is recovered otherwise false
See Also