Class ETradeOrderCondition
- Namespace
- StockSharp.ETrade
- Assembly
- StockSharp.ETrade.dll
StockSharp.ETrade order condition.
public class ETradeOrderCondition : OrderCondition, IStopLossOrderCondition
- Inheritance
-
ETradeOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
ETradeOrderCondition()
Initializes a new instance of the ETradeOrderCondition.
public ETradeOrderCondition()
Properties
StopPrice
Stop-price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "Str1693", GroupName = "Parameters", Order = 1)]
public decimal StopPrice { get; set; }
Property Value
StopType
Stop type.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Str1737", Description = "Str1691", GroupName = "Parameters", Order = 0)]
public ETradeStopTypes StopType { get; set; }