StopOrderCondition

StockSharp.MatchingEngine

Stop order condition for matching engine.

Hereda de: OrderCondition

Implementa: IStopLossOrderCondition, IPercentStopOrderCondition

Propiedades

ActivationPrice : decimal?

Stop activation price.

ClosePositionPrice : decimal?

Close position price. means close by market.

IsActivationPricePercent : bool

When , ActivationPrice (or ActivationPrice) is a percent of the market price at registration time. The server snapshots the price and stores the resulting absolute trigger.

IsClosePositionPricePercent : bool

When , ClosePositionPrice (or ClosePositionPrice) is a percent of the activation price; the limit price is computed at trigger time.

IsTrailing : bool

Trailing stop flag.

IsTrailingOffsetPercent : bool

When , the trailing offset is a percent of the high/low watermark; the stop price is recomputed on each tick.

TrailingOffset : decimal?

Trailing stop offset from extremum.