forwardStateChangedHandler Delegate   Table of ContentStatisticsResetHandler Delegateforward
StatisticsHandler Delegate
Encapsulates a method which is called when new statistics was received.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public delegate void StatisticsHandler(
	Handler handler,
	ISecurityDefinition security,
	StatisticsType statisticsType,
	decimal value,
	uint packetSeqNum,
	IFieldSet dataBlocks
)

Parameters

handler
Type: OnixS.CmeMdHandler.Handler
Handler which caused event.
security
Type: OnixS.CmeMdHandler.ISecurityDefinition
Security.
statisticsType
Type: OnixS.CmeMdHandler.StatisticsType
Type of statistics.
value
Type: System.Decimal
Value.
packetSeqNum
Type: System.UInt32
Packet sequence number.
dataBlocks
Type: OnixS.SimpleBinaryEncoding.IFieldSet
Repeating group which contains event data.
See Also