Class MDUpdateAction
Market Data Update Actions.
Inherited Members
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 |