ITakeProfitOrderCondition

StockSharp.Messages

The interface describing take-profit order condition.

Properties

ActivationPrice
public decimal? ActivationPrice { get; set; }
value = iTakeProfitOrderCondition.ActivationPrice
iTakeProfitOrderCondition.ActivationPrice = value

The absolute value of the price when the one is reached the protective strategy is activated.

ClosePositionPrice
public decimal? ClosePositionPrice { get; set; }
value = iTakeProfitOrderCondition.ClosePositionPrice
iTakeProfitOrderCondition.ClosePositionPrice = value

Close position price. means close by market.