WithdrawInfo

StockSharp.Messages

Infos zurückziehen.

Implementiert: IPersistable

Eigenschaften

BankDetails
public BankDetails BankDetails { get; set; }
value = withdrawInfo.BankDetails
withdrawInfo.BankDetails = value

Bankverbindung.

CardNumber
public string CardNumber { get; set; }
value = withdrawInfo.CardNumber
withdrawInfo.CardNumber = value

Bankkartennummer.

ChargeFee
public decimal? ChargeFee { get; set; }
value = withdrawInfo.ChargeFee
withdrawInfo.ChargeFee = value

Gebührengebühr.

Comment
public string Comment { get; set; }
value = withdrawInfo.Comment
withdrawInfo.Comment = value

Kommentar zum Bankgeschäft.

CompanyDetails
public BankDetails CompanyDetails { get; set; }
value = withdrawInfo.CompanyDetails
withdrawInfo.CompanyDetails = value

Angaben zum Unternehmen.

CryptoAddress
public string CryptoAddress { get; set; }
value = withdrawInfo.CryptoAddress
withdrawInfo.CryptoAddress = value

Kryptoadresse.

Express
public bool Express { get; set; }
value = withdrawInfo.Express
withdrawInfo.Express = value

Expressrückzug.

IntermediaryBankDetails
public BankDetails IntermediaryBankDetails { get; set; }
value = withdrawInfo.IntermediaryBankDetails
withdrawInfo.IntermediaryBankDetails = value

Bankverbindung zwischengeschaltet.

PaymentId
public string PaymentId { get; set; }
value = withdrawInfo.PaymentId
withdrawInfo.PaymentId = value

Zahlungsnummer.

Type
public WithdrawTypes Type { get; set; }
value = withdrawInfo.Type
withdrawInfo.Type = value

Art der Rücknahme.

Methoden

Load
public void Load(SettingsStorage storage)
withdrawInfo.Load(storage)

Lasteinstellungen.

storage
Einstellungen Lagerung.
Save
public void Save(SettingsStorage storage)
withdrawInfo.Save(storage)

Einstellungen speichern.

storage
Einstellungen Lagerung.
ToString
public override string ToString()
result = withdrawInfo.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.