WsStopLossCondition

StockSharp.Ws

Stop-loss condition created from WS JSON fields (stopPrice, limitPrice).

Inherits: OrderCondition

Implements: IStopLossOrderCondition

Properties

ActivationPrice : decimal?

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

ClosePositionPrice : decimal?

Close position price. means close by market.

IsTrailing : bool

Trailing stop-loss.

TrailingOffset : decimal?

Trailing offset from best seen price.