Table of Contents

Class Reports

Namespace
StockSharp.Micex.Native.Tables
Assembly
StockSharp.Micex.dll

Отчеты на исполнение.

public class Reports
Inheritance
Reports
Inherited Members
Extension Methods

Constructors

Reports()

Создать Reports.

public Reports()

Properties

Accurate

Режим точной проверки.

public YesNos? Accurate { get; set; }

Property Value

YesNos?

Commission

Объем комиссии по сделке, в рублях.

public decimal? Commission { get; set; }

Property Value

decimal?

Compbs

Направленность отступного.

public Compensations? Compbs { get; set; }

Property Value

Compensations?

Compval

Сумма отступного, в валюте сделки.

public decimal? Compval { get; set; }

Property Value

decimal?

Cpfirmid

Идентификатор фирмы-получателя отчета.

public string Cpfirmid { get; set; }

Property Value

string

Cptrdaccid

Номер торгового счета фирмы-получателя отчета.

public string Cptrdaccid { get; set; }

Property Value

string

Firmid

Идентификатор фирмы-отправителя отчета.

public string Firmid { get; set; }

Property Value

string

Numtrades

Количество сделок.

public int? Numtrades { get; set; }

Property Value

int?

Quantity

Количество ценных бумаг, выраженное в лотах.

public long? Quantity { get; set; }

Property Value

long?

Reportdate

Дата.

public DateTime? Reportdate { get; set; }

Property Value

DateTime?

Reportkind

Вид отчета.

public string Reportkind { get; set; }

Property Value

string

Reportno

Номер отчета.

public long? Reportno { get; set; }

Property Value

long?

Reporttime

Время регистрации отчета.

public DateTime? Reporttime { get; set; }

Property Value

DateTime?

Reporttype

Тип отчета.

public ReportTypes? Reporttype { get; set; }

Property Value

ReportTypes?

Secboard

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

public string Secboard { get; set; }

Property Value

string

Seccode

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

public string Seccode { get; set; }

Property Value

string

Status

Состояние отчета.

public ReportStatuses? Status { get; set; }

Property Value

ReportStatuses?

Trdaccid

Номер торгового счета фирмы-отправителя отчета.

public string Trdaccid { get; set; }

Property Value

string

Userid

Участник.

public string Userid { get; set; }

Property Value

string

Value

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

public decimal? Value { get; set; }

Property Value

decimal?

Withdrawtime

Время снятия отчета в торговой системе.

public DateTime? Withdrawtime { get; set; }

Property Value

DateTime?