StatisticsResetHandler Delegate |
Encapsulates a method which is called when statistics reset occurs.
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 public delegate void StatisticsResetHandler(
Handler handler,
string symbol,
int securityId,
string securityGroup
)
Parameters
- handler
- Type: OnixS.CmeMdHandler.Handler
Handler which caused event. - symbol
- Type: System.String
Symbol. - securityId
- Type: System.Int32
Security id. If this value not zero, security status message was send for the instrument. - securityGroup
- Type: System.String
Security group. If this value not empty, security status message was send for instrument group.
See Also