Interface IStopLoss
Encapsulates the price information about the stop loss order.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IStopLossProperties
| Improve this Doc View SourceLimitPrice
Gets the stop loss limit price.
Declaration
Decimal? LimitPrice { get; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<Decimal> | 
StopPrice
Gets the stop loss stop price.
Declaration
Decimal StopPrice { get; }Property Value
| Type | Description | 
|---|---|
| Decimal |