Class Dpauctions
- Namespace
- StockSharp.Micex.Native.Tables
- Assembly
- StockSharp.Micex.dll
Аукционы крупных пакетов (DarkPool).
public class Dpauctions
- Inheritance
-
Dpauctions
- Inherited Members
- Extension Methods
Remarks
Результаты аукционов крупных пакетов (DarkPool).
Constructors
Dpauctions()
Создать Dpauctions.
public Dpauctions()
Properties
Auctprice
Цена аукциона.
public decimal? Auctprice { get; set; }
Property Value
Endtime
Время окончания аукциона.
public DateTime? Endtime { get; set; }
Property Value
Lcurrentprice
Официальная текущая цена, рассчитываемая как средневзвешенная цена сделок, заключенных за последние 10 минут, зафиксированная на момент начала ценового окна.
public decimal? Lcurrentprice { get; set; }
Property Value
Numtrades
Количество заключенных сделок.
public int? Numtrades { get; set; }
Property Value
- int?
Plannedtime
Время начала аукциона (из расписания торгов).
public DateTime? Plannedtime { get; set; }
Property Value
Pricebounddown
Минимальная допустимая цена аукциона при выборе цены как одной из средних цен ценового окна.
public decimal? Pricebounddown { get; set; }
Property Value
Priceboundup
Максимальная допустимая цена аукциона при выборе цены как одной из средних цен ценового окна.
public decimal? Priceboundup { get; set; }
Property Value
Secboard
Идентификатор режима торгов для финансового инструмента.
public string Secboard { get; set; }
Property Value
Seccode
Идентификатор финансового инструмента.
public string Seccode { get; set; }
Property Value
Starttime
Время начала аукциона.
public DateTime? Starttime { get; set; }
Property Value
Value
Объем совершенных сделок аукциона, выраженный в валюте расчетов.
public decimal? Value { get; set; }
Property Value
Volume
Объем совершенных сделок, выраженный в единицах ценных бумаг.
public long? Volume { get; set; }
Property Value
- long?