WithdrawInfo

StockSharp.Messages

Retirada información.

Implementa: IPersistable

Propiedades

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

Detalles bancarios.

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

Número de tarjeta bancaria.

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

Cargo de carga.

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

Comentario de la transacción bancaria.

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

Detalles de la empresa.

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

Dirección de cripto.

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

Retirada.

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

Datos bancarios intermedios.

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

Pago id.

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

Retirada tipo.

Métodos

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

Ajustes de carga.

storage
Configuración de almacenamiento.
Save
public void Save(SettingsStorage storage)
withdrawInfo.Save(storage)

Guardar configuración.

storage
Configuración de almacenamiento.
ToString
public override string ToString()
result = withdrawInfo.ToString()

Convertirse en una representación de línea.

Devuelve: Rendimiento de cuerda.