Delegate StatisticsResetHandler
Encapsulates a method which is called when statistics reset occurs.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void StatisticsResetHandler(Handler handler, string symbol, int securityId, string securityGroup);
Parameters
Type | Name | Description |
---|---|---|
Handler | handler | Handler which caused event. |
System.String | symbol | Symbol. |
System.Int32 | securityId | Security id. If this value not zero, security status message was send for the instrument. |
System.String | securityGroup | Security group. If this value not empty, security status message was send for instrument group. |