Table of Contents

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

string

Changetime

Время изменения ставок риска.

public DateTime? Changetime { get; set; }

Property Value

DateTime?

DiscountH

Ставка риска роста цены, %.

public decimal? DiscountH { get; set; }

Property Value

decimal?

DiscountL

Ставка риска падения цены, %.

public decimal? DiscountL { get; set; }

Property Value

decimal?

Limitbegin

Начало диапазона, шт.

public decimal? Limitbegin { get; set; }

Property Value

decimal?

LimitbeginRub

Начало диапазона, руб.

public decimal? LimitbeginRub { get; set; }

Property Value

decimal?

Limitend

Конец диапазона, шт.

public decimal? Limitend { get; set; }

Property Value

decimal?

LimitendRub

Конец диапазона, руб.

public decimal? LimitendRub { get; set; }

Property Value

decimal?

Num

Номер диапазона.

public int? Num { get; set; }

Property Value

int?

Rcrub

Расчетная цена, руб.

public decimal? Rcrub { get; set; }

Property Value

decimal?

RthRub

Верхняя граница, руб.

public decimal? RthRub { get; set; }

Property Value

decimal?

RtlRub

Нижняя граница, руб.

public decimal? RtlRub { get; set; }

Property Value

decimal?