Class TransactionDesc
- Namespace
- StockSharp.Micex.Schema
- Assembly
- StockSharp.Micex.dll
Транзакция.
public class TransactionDesc
- Inheritance
-
TransactionDesc
- Inherited Members
- Extension Methods
Remarks
TTransaction: Имя String Описание String ВходныеПоля TFields
Constructors
TransactionDesc()
Создать TransactionDesc.
public TransactionDesc()
Properties
Description
Описание.
public string Description { get; set; }
Property Value
FieldsIn
Входные поля.
public IList<FieldDesc> FieldsIn { get; }
Property Value
Index
Индекс.
public int Index { get; set; }
Property Value
Name
Название.
public string Name { get; set; }
Property Value
Title
Заголовок.
public string Title { get; set; }
Property Value
Methods
ToString()
Преобразовать к строковому представлению.
public override string ToString()
Returns
- string
Строковое представление.