Delegate StatisticsHandler
Encapsulates a method which is called when new statistics was received.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void StatisticsHandler(Handler handler, ISecurityDefinition security, StatisticsType statisticsType, decimal value, uint packetSeqNum, IFieldSet dataBlocks);
Parameters
| Type | Name | Description |
|---|---|---|
| Handler | handler | Handler which caused event. |
| ISecurityDefinition | security | Security. |
| StatisticsType | statisticsType | Type of statistics. |
| System.Decimal | value | Value. |
| System.UInt32 | packetSeqNum | Packet sequence number. |
| IFieldSet | dataBlocks | Repeating group which contains event data. |