• Version 4.2.7
Show / Hide Table of Contents

Delegate OrderBookHandler<T>

Encapsulates a method which is called when order book event occurs.

Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void OrderBookHandler<T>(Handler handler, T book)
Parameters
Type Name Description
Handler handler

Handler which caused event.

T book

Order book.

Type Parameters
Name Description
T

Book type.

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