Table of Contents

Class ConfirmReport

Namespace
StockSharp.Micex.Native.Transactions
Assembly
StockSharp.Micex.dll

Ввод поручения.

public class ConfirmReport : BaseTransaction
Inheritance
ConfirmReport
Inherited Members
Extension Methods

Remarks

Ввод поручения на подтверждение внебиржевой сделки.

Constructors

ConfirmReport()

Создать ConfirmReport.

public ConfirmReport()

Properties

Buysell

Направленность сделки - "покупка/продажа".

public BuySells? Buysell { get; set; }

Property Value

BuySells?

Name

Название транзакции.

public override string Name { get; }

Property Value

string

Numtrades

Кол-во сделок.

public int? Numtrades { get; set; }

Property Value

int?

Tradeno

Идентификационный номер сделки в Торговой Системе.

public long? Tradeno { get; set; }

Property Value

long?