Class RmPricerange
- Namespace
- StockSharp.Micex.Native.Tables
- Assembly
- StockSharp.Micex.dll
Параметры рыночных рисков.
public class RmPricerange
- Inheritance
-
RmPricerange
- Inherited Members
- Extension Methods
Remarks
Общие параметры рыночных рисков.
Constructors
RmPricerange()
Создать RmPricerange.
public RmPricerange()
Properties
Asset
Актив.
public string Asset { get; set; }
Property Value
Changetime
Время изменения ставок риска.
public DateTime? Changetime { get; set; }
Property Value
DiscountH
Ставка риска роста цены, %.
public decimal? DiscountH { get; set; }
Property Value
DiscountL
Ставка риска падения цены, %.
public decimal? DiscountL { get; set; }
Property Value
Limitbegin
Начало диапазона, шт.
public decimal? Limitbegin { get; set; }
Property Value
LimitbeginRub
Начало диапазона, руб.
public decimal? LimitbeginRub { get; set; }
Property Value
Limitend
Конец диапазона, шт.
public decimal? Limitend { get; set; }
Property Value
LimitendRub
Конец диапазона, руб.
public decimal? LimitendRub { get; set; }
Property Value
Num
Номер диапазона.
public int? Num { get; set; }
Property Value
- int?
Rcrub
Расчетная цена, руб.
public decimal? Rcrub { get; set; }
Property Value
RthRub
Верхняя граница, руб.
public decimal? RthRub { get; set; }
Property Value
RtlRub
Нижняя граница, руб.
public decimal? RtlRub { get; set; }