Class USecBlackList
Чёрный список инструментов.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class USecBlackList
Remarks
Список недоступных инструментов.
Constructors
USecBlackList()
Создать USecBlackList.
Declaration
public USecBlackList()
Properties
Firmid
Идентификатор фирмы.
Declaration
public string Firmid { get; set; }
Property Value
Type | Description |
---|---|
String |
Secboard
Идентификатор режима торгов для финансового инструмента.
Declaration
public string Secboard { get; set; }
Property Value
Type | Description |
---|---|
String |
Seccode
Идентификатор финансового инструмента.
Declaration
public string Seccode { get; set; }
Property Value
Type | Description |
---|---|
String |
Smalimitsownertype
Тип владельца SMA лимитов.
Declaration
public Nullable<SMALimitsOwnerTypes> Smalimitsownertype { get; set; }
Property Value
Type | Description |
---|---|
Nullable<SMALimitsOwnerTypes> |
Userid
Участник.
Declaration
public string Userid { get; set; }
Property Value
Type | Description |
---|---|
String |