BaseWithdrawOrderCondition
StockSharp.Messages
The base implementation IWithdrawOrderCondition.
Inherits: OrderCondition
Implements: IWithdrawOrderCondition
Constructors
BaseWithdrawOrderCondition
protected BaseWithdrawOrderCondition()
baseWithdrawOrderCondition = BaseWithdrawOrderCondition()
Initializes a new instance of the BaseWithdrawOrderCondition.
Properties
IsWithdraw
public bool IsWithdraw { get; set; }
value = baseWithdrawOrderCondition.IsWithdraw
baseWithdrawOrderCondition.IsWithdraw = value
Withdraw.
WithdrawInfo
public WithdrawInfo WithdrawInfo { get; set; }
value = baseWithdrawOrderCondition.WithdrawInfo
baseWithdrawOrderCondition.WithdrawInfo = value
Withdraw info.