Class MDUpdateAction
Actions.
Inherited Members
Namespace: StockSharp.Fix.Native
Assembly: StockSharp.Fix.Core.dll
Syntax
public static class MDUpdateAction
Fields
Change
Change.
Declaration
public const char Change = '1'
Field Value
Type | Description |
---|---|
Char |
Delete
Delete.
Declaration
public const char Delete = '2'
Field Value
Type | Description |
---|---|
Char |
DeleteFrom
Delete from.
Declaration
public const char DeleteFrom = '4'
Field Value
Type | Description |
---|---|
Char |
DeleteThru
Delete thru.
Declaration
public const char DeleteThru = '3'
Field Value
Type | Description |
---|---|
Char |
New
Create.
Declaration
public const char New = '0'
Field Value
Type | Description |
---|---|
Char |
Overlay
Overlay.
Declaration
public const char Overlay = '5'
Field Value
Type | Description |
---|---|
Char |