AlorOrderCondition
StockSharp.Alor
Alor order condition.
Inherits: OrderCondition
Implements: IStopLossOrderCondition, ITakeProfitOrderCondition
Constructors
AlorOrderCondition
public AlorOrderCondition()
alorOrderCondition = AlorOrderCondition()
Initializes a new instance of the AlorOrderCondition.
Properties
Price
public decimal? Price { get; set; }
value = alorOrderCondition.Price
alorOrderCondition.Price = value
Close position price.
TriggerPrice
public decimal? TriggerPrice { get; set; }
value = alorOrderCondition.TriggerPrice
alorOrderCondition.TriggerPrice = value
Trigger price.