Table of Contents

Interface ITakeProfitOrderCondition

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The interface describing take-profit order condition.

public interface ITakeProfitOrderCondition
Extension Methods

Properties

ActivationPrice

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

decimal? ActivationPrice { get; set; }

Property Value

decimal?

ClosePositionPrice

Close position price. null means close by market.

decimal? ClosePositionPrice { get; set; }

Property Value

decimal?

IsTrailing

Trailing take-profit.

bool IsTrailing { get; set; }

Property Value

bool