IWithdrawOrderCondition

StockSharp.Messages

The interface describing withdraw funds condition.

Properties

IsWithdraw
public bool IsWithdraw { get; set; }
value = iWithdrawOrderCondition.IsWithdraw
iWithdrawOrderCondition.IsWithdraw = value

Withdraw.

WithdrawInfo
public WithdrawInfo WithdrawInfo { get; set; }
value = iWithdrawOrderCondition.WithdrawInfo
iWithdrawOrderCondition.WithdrawInfo = value

Withdraw info.