Class Pricemovelimit
Ценовые границы.
Inherited Members
Namespace: StockSharp.Micex.Native.Tables
Assembly: StockSharp.Micex.dll
Syntax
public class Pricemovelimit
Constructors
Pricemovelimit()
Создать Pricemovelimit.
Declaration
public Pricemovelimit()
Properties
Lowerlimit
Нижняя граница.
Declaration
public Nullable<Decimal> Lowerlimit { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Secboard
Идентификатор режима торгов для финансового инструмента.
Declaration
public string Secboard { get; set; }
Property Value
Type | Description |
---|---|
String |
Seccode
Идентификатор финансового инструмента.
Declaration
public string Seccode { get; set; }
Property Value
Type | Description |
---|---|
String |
Upperlimit
Верхняя граница.
Declaration
public Nullable<Decimal> Upperlimit { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |