Delegate NoDataOnFeedReceivedHandler
Encapsulates a method which is called when no data on feed event occurs.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void NoDataOnFeedReceivedHandler(Handler handler, string feedName, ConnectionType connectionType, FeedType feedType, int timeout);
Parameters
Type | Name | Description |
---|---|---|
Handler | handler | Handler which caused event. |
System.String | feedName | Feed name. |
ConnectionType | connectionType | Connection type. |
FeedType | feedType | Feed type. |
System.Int32 | timeout | Interval while data was not received (in milliseconds). |