Class LmaxOrderCondition
- Namespace
- StockSharp.LMAX
- Assembly
- StockSharp.LMAX.dll
StockSharp.LMAX order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Lmax")]
public class LmaxOrderCondition : OrderCondition, IStopLossOrderCondition, ITakeProfitOrderCondition
- Inheritance
-
LmaxOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
LmaxOrderCondition()
Initializes a new instance of the LmaxOrderCondition.
public LmaxOrderCondition()
Properties
StopLossOffset
Stop-loss offset.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "PriceOffset", Description = "PriceOffset", GroupName = "StopLoss", Order = 0)]
public decimal? StopLossOffset { get; set; }
Property Value
TakeProfitOffset
Take-profit offset.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "PriceOffset", Description = "PriceOffset", GroupName = "TakeProfit", Order = 1)]
public decimal? TakeProfitOffset { get; set; }