Class Instrs
Группы финансовых инструментов.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class Instrs
Remarks
Таблица содержит информацию о группах однотипных ценных бумаг (например: Акции (1 уровень), Акции (2 уровень), Внесписочные акции и т.д.) Каждая группа ценных бумаг представлена в таблице одной строкой.
Constructors
Instrs()
Создать Instrs.
Declaration
public Instrs()
Properties
Instrfwd
Признак того, что данный инструмент является форвардом или "длинным СВОПом".
Declaration
public Nullable<YesNos> Instrfwd { get; set; }
Property Value
Type | Description |
---|---|
Nullable<YesNos> |
Instrid
Идентификатор группы инструментов.
Declaration
public string Instrid { get; set; }
Property Value
Type | Description |
---|---|
String |
Instrname
Наименование группы инструментов.
Declaration
public string Instrname { get; set; }
Property Value
Type | Description |
---|---|
String |
Instrtype
Тип инструмента.
Declaration
public Nullable<InstrTypes> Instrtype { get; set; }
Property Value
Type | Description |
---|---|
Nullable<InstrTypes> |
Quotebasis
Тип курса.
Declaration
public Nullable<QuoteBasises> Quotebasis { get; set; }
Property Value
Type | Description |
---|---|
Nullable<QuoteBasises> |
Status
Индикатор "торговые операции разрешены/запрещены".
Declaration
public Nullable<Statuses> Status { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Statuses> |