forwardSecurityStatus Field   Table of ContentOrder Classforward
NoDataOnFeedReceivedHandler Delegate
Encapsulates a method which is called when no data on feed 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 NoDataOnFeedReceivedHandler(
	Handler handler,
	string feedName,
	ConnectionType connectionType,
	FeedType feedType,
	int timeout
)

Parameters

handler
Type: OnixS.CmeMdHandler.Handler
Handler which caused event.
feedName
Type: System.String
Feed name.
connectionType
Type: OnixS.CmeMdHandler.ConnectionType
Connection type.
feedType
Type: OnixS.CmeMdHandler.FeedType
Feed type.
timeout
Type: System.Int32
Interval while data was not received (in milliseconds).
See Also