• Version 4.2.7
Show / Hide Table of Contents

Class SecurityUpdateAction

Security Update Actions

Inheritance
object
SecurityUpdateAction
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 SecurityUpdateAction

Fields

Add

Add Security.

Declaration
public const char Add = 'A'
Field Value
Type Description
char

Delete

Delete Security.

Declaration
public const char Delete = 'D'
Field Value
Type Description
char

Modify

Modify Security.

Declaration
public const char Modify = 'M'
Field Value
Type Description
char
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX