Class IdaxOrderCondition
- Namespace
- StockSharp.Idax
- Assembly
- StockSharp.Idax.dll
StockSharp.Idax order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Idax")]
public class IdaxOrderCondition : OrderCondition, ITakeProfitOrderCondition, IStopLossOrderCondition
- Inheritance
-
IdaxOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
IdaxOrderCondition()
Initializes a new instance of the IdaxOrderCondition.
public IdaxOrderCondition()
Properties
IsStopLossTrailing
Trailing stop-loss.
public bool IsStopLossTrailing { get; set; }
Property Value
StopLossActivationPrice
The absolute value of the price when the one is reached the protective strategy is activated.
public decimal? StopLossActivationPrice { get; set; }
Property Value
TakeProfitActivationPrice
The absolute value of the price when the one is reached the protective strategy is activated.
public decimal? TakeProfitActivationPrice { get; set; }