WithdrawInfo

StockSharp.Messages

情報を引き出す。

実装: IPersistable

プロパティ

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

銀行の詳細情報。

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

銀行カード番号。

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

チャージ料金

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

銀行取引のコメント

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

会社の細部。

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

暗号化アドレス。

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

エクスプレス引き落とし。

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

銀行の詳細は.

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

支払ID。

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

型を取って下さい。

メソッド

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

設定をロードします。

storage
設定ストレージ。
Save
public void Save(SettingsStorage storage)
withdrawInfo.Save(storage)

設定を保存します。

storage
設定ストレージ。
ToString
public override string ToString()
result = withdrawInfo.ToString()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。