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
Secboard
Идентификатор режима торгов для финансового инструмента.
public string Secboard { get; set; }
Property Value
Seccode
Идентификатор финансового инструмента.
public string Seccode { get; set; }
Property Value
Upperlimit
Верхняя граница.
public decimal? Upperlimit { get; set; }