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
付款号码。
Type
public WithdrawTypes Type { get; set; }
value = withdrawInfo.Type
withdrawInfo.Type = value
撤销类型。