Class BaseWithdrawOrderCondition
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The base implementation IWithdrawOrderCondition.
[DataContract]
public abstract class BaseWithdrawOrderCondition : OrderCondition, IWithdrawOrderCondition
- Inheritance
-
BaseWithdrawOrderCondition
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BaseWithdrawOrderCondition()
Initializes a new instance of the BaseWithdrawOrderCondition.
protected BaseWithdrawOrderCondition()
Properties
IsWithdraw
Withdraw.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Withdraw", Description = "WithdrawDot", GroupName = "Withdraw", Order = 10)]
public bool IsWithdraw { get; set; }
Property Value
WithdrawInfo
Withdraw info.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "WithdrawInfo", Description = "WithdrawInfoDot", GroupName = "Withdraw", Order = 11)]
public WithdrawInfo WithdrawInfo { get; set; }