Dpauctions

StockSharp.Micex.Native.Tables

Аукционы крупных пакетов (DarkPool).

Constructors

Dpauctions
public Dpauctions()
dpauctions = Dpauctions()

Создать Dpauctions.

Properties

Auctprice
public decimal? Auctprice { get; set; }
value = dpauctions.Auctprice
dpauctions.Auctprice = value

Цена аукциона.

Endtime
public DateTime? Endtime { get; set; }
value = dpauctions.Endtime
dpauctions.Endtime = value

Время окончания аукциона.

Lcurrentprice
public decimal? Lcurrentprice { get; set; }
value = dpauctions.Lcurrentprice
dpauctions.Lcurrentprice = value

Официальная текущая цена.

Numtrades
public int? Numtrades { get; set; }
value = dpauctions.Numtrades
dpauctions.Numtrades = value

Сделок.

Plannedtime
public DateTime? Plannedtime { get; set; }
value = dpauctions.Plannedtime
dpauctions.Plannedtime = value

Запланированное время начала аукциона.

Pricebounddown
public decimal? Pricebounddown { get; set; }
value = dpauctions.Pricebounddown
dpauctions.Pricebounddown = value

Минимальная допустимая цена аукциона.

Priceboundup
public decimal? Priceboundup { get; set; }
value = dpauctions.Priceboundup
dpauctions.Priceboundup = value

Максимальная допустимая цена аукциона.

Secboard
public string Secboard { get; set; }
value = dpauctions.Secboard
dpauctions.Secboard = value

Режим.

Seccode
public string Seccode { get; set; }
value = dpauctions.Seccode
dpauctions.Seccode = value

Инструмент.

Starttime
public DateTime? Starttime { get; set; }
value = dpauctions.Starttime
dpauctions.Starttime = value

Время начала аукциона.

Value
public decimal? Value { get; set; }
value = dpauctions.Value
dpauctions.Value = value

Объем.

Volume
public long? Volume { get; set; }
value = dpauctions.Volume
dpauctions.Volume = value

Количество.