Table of Contents

Class Pricemovelimit

Namespace
StockSharp.Micex.Native.Tables
Assembly
StockSharp.Micex.dll

Ценовые границы.

public class Pricemovelimit
Inheritance
Pricemovelimit
Inherited Members
Extension Methods

Constructors

Pricemovelimit()

Создать Pricemovelimit.

public Pricemovelimit()

Properties

Lowerlimit

Нижняя граница.

public decimal? Lowerlimit { get; set; }

Property Value

decimal?

Secboard

Идентификатор режима торгов для финансового инструмента.

public string Secboard { get; set; }

Property Value

string

Seccode

Идентификатор финансового инструмента.

public string Seccode { get; set; }

Property Value

string

Upperlimit

Верхняя граница.

public decimal? Upperlimit { get; set; }

Property Value

decimal?