Interface IWithdrawOrderCondition
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing withdraw funds condition.
public interface IWithdrawOrderCondition
- Extension Methods
Properties
IsWithdraw
Withdraw.
bool IsWithdraw { get; set; }
Property Value
WithdrawInfo
Withdraw info.
WithdrawInfo WithdrawInfo { get; set; }