forwardTradeUpdateAction Enumeration   Table of ContentWarningReason Enumerationforward
WarningHandler Delegate
Encapsulates a method which is called when a warning event 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
C#
public delegate void WarningHandler(
	Handler handler,
	string description,
	WarningReason reason
)

Parameters

handler
Type: OnixS.CmeMdHandler.Handler
Handler which caused event.
description
Type: System.String
Warning description.
reason
Type: OnixS.CmeMdHandler.WarningReason
Warning type.
See Also