WithdrawInfo
StockSharp.Messages
Withdraw info.
Implements: IPersistable
Properties
BankDetails
public BankDetails BankDetails { get; set; }
value = withdrawInfo.BankDetails
withdrawInfo.BankDetails = value
Bank details.
CardNumber
public string CardNumber { get; set; }
value = withdrawInfo.CardNumber
withdrawInfo.CardNumber = value
Bank card number.
ChargeFee
public decimal? ChargeFee { get; set; }
value = withdrawInfo.ChargeFee
withdrawInfo.ChargeFee = value
Charge fee.
Comment
public string Comment { get; set; }
value = withdrawInfo.Comment
withdrawInfo.Comment = value
Comment of bank transaction.
CompanyDetails
public BankDetails CompanyDetails { get; set; }
value = withdrawInfo.CompanyDetails
withdrawInfo.CompanyDetails = value
Company details.
CryptoAddress
public string CryptoAddress { get; set; }
value = withdrawInfo.CryptoAddress
withdrawInfo.CryptoAddress = value
Crypto address.
Express
public bool Express { get; set; }
value = withdrawInfo.Express
withdrawInfo.Express = value
Express withdraw.
IntermediaryBankDetails
public BankDetails IntermediaryBankDetails { get; set; }
value = withdrawInfo.IntermediaryBankDetails
withdrawInfo.IntermediaryBankDetails = value
Intermediary bank details.
PaymentId
public string PaymentId { get; set; }
value = withdrawInfo.PaymentId
withdrawInfo.PaymentId = value
Payment id.
Type
public WithdrawTypes Type { get; set; }
value = withdrawInfo.Type
withdrawInfo.Type = value
Withdraw type.
Methods
Load
public void Load(SettingsStorage storage)
withdrawInfo.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
withdrawInfo.Save(storage)
Save settings.
- storage
- Settings storage.
ToString
public override string ToString()
result = withdrawInfo.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.