• Version 4.2.7
Show / Hide Table of Contents

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.

string feedName

Feed name.

ConnectionType connectionType

Connection type.

FeedType feedType

Feed type.

int timeout

Interval while data was not received (in milliseconds).

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX