Class BaseWithdrawOrderCondition
The base implementation IWithdrawOrderCondition.
Inheritance
BaseWithdrawOrderCondition
Implements
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public abstract class BaseWithdrawOrderCondition : OrderCondition, IWithdrawOrderCondition
Constructors
BaseWithdrawOrderCondition()
Initializes a new instance of the BaseWithdrawOrderCondition.
Declaration
protected BaseWithdrawOrderCondition()
Properties
IsWithdraw
Withdraw.
Declaration
public bool IsWithdraw { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
WithdrawInfo
Withdraw info.
Declaration
public WithdrawInfo WithdrawInfo { get; set; }
Property Value
Type | Description |
---|---|
WithdrawInfo |