• Version 4.2.7
Show / Hide Table of Contents

Delegate OrderIdsReceivedHandler

Encapsulates a method which is called when an orders ids were received.

Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void OrderIdsReceivedHandler(Handler handler, int tradeIndex, IGroup entries, int startIndex, int count)
Parameters
Type Name Description
Handler handler

Handler which caused event.

int tradeIndex

Trade index.

IGroup entries

Group, which contains id entries.

int startIndex

Ids start index.

int count

Ids count.

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