TransactionDesc

StockSharp.Micex.Schema

Transaktion.

Konstruktoren

TransactionDesc
public TransactionDesc()
transactionDesc = TransactionDesc()

Erstellen Sie TransactionDesc@.

Eigenschaften

Description
public string Description { get; set; }
value = transactionDesc.Description
transactionDesc.Description = value

Beschreibung.

FieldsIn
public IList<FieldDesc> FieldsIn { get; }
value = transactionDesc.FieldsIn

Eingangsfelder.

Index
public int Index { get; set; }
value = transactionDesc.Index
transactionDesc.Index = value

Index.

Name
public string Name { get; set; }
value = transactionDesc.Name
transactionDesc.Name = value

Name.

Title
public string Title { get; set; }
value = transactionDesc.Title
transactionDesc.Title = value

Überschrift.

Methoden

ToString
public override string ToString()
result = transactionDesc.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.