• Version 4.2.7
Show / Hide Table of Contents

Delegate OrderBookUpdatedHandler<T>

Encapsulates a method which is called when order book was updated.

Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public delegate void OrderBookUpdatedHandler<T>(Handler handler, T book, long receivingTimestamp, long processingStartedTimestamp, DateTime sendingTime, uint packetSeqNum, DateTime tradeDate)
Parameters
Type Name Description
Handler handler

Handler which caused event.

T book

Order book.

long receivingTimestamp

Packet receiving timestamp.

long processingStartedTimestamp

Packet processing started timestamp.

DateTime sendingTime

Packet sending time.

uint packetSeqNum

Packet sequence number.

DateTime tradeDate

Trade date.

Type Parameters
Name Description
T

Book type.

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