Class RmPricerange
Параметры рыночных рисков.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class RmPricerange
Remarks
Общие параметры рыночных рисков.
Constructors
RmPricerange()
Создать RmPricerange.
Declaration
public RmPricerange()
Properties
Asset
Актив.
Declaration
public string Asset { get; set; }
Property Value
Type | Description |
---|---|
String |
Changetime
Время изменения ставок риска.
Declaration
public Nullable<DateTime> Changetime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
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> |
Limitbegin
Начало диапазона, шт.
Declaration
public Nullable<Decimal> Limitbegin { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
LimitbeginRub
Начало диапазона, руб.
Declaration
public Nullable<Decimal> LimitbeginRub { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Limitend
Конец диапазона, шт.
Declaration
public Nullable<Decimal> Limitend { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
LimitendRub
Конец диапазона, руб.
Declaration
public Nullable<Decimal> LimitendRub { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Num
Номер диапазона.
Declaration
public Nullable<int> Num { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Rcrub
Расчетная цена, руб.
Declaration
public Nullable<Decimal> Rcrub { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
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> |