Table of Contents

Interface IStopLossOrderCondition

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The interface describing stop-loss order condition.

public interface IStopLossOrderCondition
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 stop-loss.

bool IsTrailing { get; set; }

Property Value

bool