Class SecurityStatus
Security status.
Inherited Members
Namespace: StockSharp.Fix.Native
Assembly: StockSharp.Fix.Core.dll
Syntax
public static class SecurityStatus
Fields
Active
Торгуется.
Declaration
public const string Active = "1"
Field Value
Type | Description |
---|---|
String |
Inactive
Inactive.
Declaration
public const string Inactive = "2"
Field Value
Type | Description |
---|---|
String |