Class RmTrdaccPricerange
Рыночные индивидуальные риск-параметры.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class RmTrdaccPricerange
Remarks
Рыночные индивидуальные риск-параметры.
Constructors
RmTrdaccPricerange()
Создать RmTrdaccPricerange.
Declaration
public RmTrdaccPricerange()
Properties
Account
Номер торгового счета.
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
String |
Asset
Актив.
Declaration
public string Asset { get; set; }
Property Value
Type | Description |
---|---|
String |
Bankaccid
Идентификатор расчетного счета/кода в клиринговой организации.
Declaration
public string Bankaccid { get; set; }
Property Value
Type | Description |
---|---|
String |
DiscountH
Ставка риска роста цены, %.
Declaration
public Nullable<Decimal> DiscountH { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
DiscountL
Ставка риска падения цены, %.
Declaration
public Nullable<Decimal> DiscountL { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Firmid
Идентификатор фирмы.
Declaration
public string Firmid { get; set; }
Property Value
Type | Description |
---|---|
String |
Limit
Диапазон, шт.
Declaration
public Nullable<Decimal> Limit { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Limitbegin
Начало диапазона, шт.
Declaration
public Nullable<Decimal> Limitbegin { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Limitend
Конец диапазона, шт.
Declaration
public Nullable<Decimal> Limitend { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Num
Номер диапазона.
Declaration
public Nullable<int> Num { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
RthRub
Верхняя граница, руб.
Declaration
public Nullable<Decimal> RthRub { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
RtlRub
Нижняя граница, руб.
Declaration
public Nullable<Decimal> RtlRub { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Status
Статус.
Declaration
public Nullable<ActiveStatuses> Status { get; set; }
Property Value
Type | Description |
---|---|
Nullable<ActiveStatuses> |