• Version 4.2.7
Show / Hide Table of Contents

Class MDUpdateAction

Market Data Update Actions.

Inheritance
object
MDUpdateAction
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public static class MDUpdateAction

Fields

Change

Price level was changed.

Declaration
public const int Change = 1
Field Value
Type Description
int

Delete

Price level was deleted.

Declaration
public const int Delete = 2
Field Value
Type Description
int

DeleteFrom

First deleted price level.

Declaration
public const int DeleteFrom = 4
Field Value
Type Description
int

DeleteThru

End deleted price level.

Declaration
public const int DeleteThru = 3
Field Value
Type Description
int

New

Price level was created.

Declaration
public const int New = 0
Field Value
Type Description
int

Overlay

CME-specific: when the best price changes, CME sends a single overlay instruction for price level 1.

Declaration
public const int Overlay = 5
Field Value
Type Description
int
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX