Table of Contents

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

decimal?

Endtime

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

public DateTime? Endtime { get; set; }

Property Value

DateTime?

Lcurrentprice

Официальная текущая цена, рассчитываемая как средневзвешенная цена сделок, заключенных за последние 10 минут, зафиксированная на момент начала ценового окна.

public decimal? Lcurrentprice { get; set; }

Property Value

decimal?

Numtrades

Количество заключенных сделок.

public int? Numtrades { get; set; }

Property Value

int?

Plannedtime

Время начала аукциона (из расписания торгов).

public DateTime? Plannedtime { get; set; }

Property Value

DateTime?

Pricebounddown

Минимальная допустимая цена аукциона при выборе цены как одной из средних цен ценового окна.

public decimal? Pricebounddown { get; set; }

Property Value

decimal?

Priceboundup

Максимальная допустимая цена аукциона при выборе цены как одной из средних цен ценового окна.

public decimal? Priceboundup { get; set; }

Property Value

decimal?

Secboard

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

public string Secboard { get; set; }

Property Value

string

Seccode

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

public string Seccode { get; set; }

Property Value

string

Starttime

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

public DateTime? Starttime { get; set; }

Property Value

DateTime?

Value

Объем совершенных сделок аукциона, выраженный в валюте расчетов.

public decimal? Value { get; set; }

Property Value

decimal?

Volume

Объем совершенных сделок, выраженный в единицах ценных бумаг.

public long? Volume { get; set; }

Property Value

long?