Class CancelTrade
Отказ от исполнения сделки, компенсационного взноса.
Inherited Members
Namespace: StockSharp.Micex.Native.Transactions
Assembly: StockSharp.Micex.dll
Syntax
public class CancelTrade : BaseTransaction
Constructors
CancelTrade()
Создать CancelTrade.
Declaration
public CancelTrade()
Properties
Buysell
Направленность сделки - "покупка/продажа".
Declaration
public Nullable<BuySells> Buysell { get; set; }
Property Value
Type | Description |
---|---|
Nullable<BuySells> |
Compbs
Направленность отступного.
Declaration
public Nullable<Compensations> Compbs { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Compensations> |
Compval
Сумма отступного, в валюте сделки.
Declaration
public Nullable<Decimal> Compval { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
Name
Название транзакции.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Numtrades
Кол-во сделок.
Declaration
public Nullable<int> Numtrades { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Tradeno
Идентификационный номер сделки в Торговой Системе.
Declaration
public Nullable<long> Tradeno { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> |