Show / Hide Table of Contents

Interface IStopLoss

Encapsulates the price information about the stop loss order.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IStopLoss

Properties

| Improve this Doc View Source

LimitPrice

Gets the stop loss limit price.

Declaration
Decimal? LimitPrice { get; }
Property Value
Type Description
System.Nullable<Decimal>
| Improve this Doc View Source

StopPrice

Gets the stop loss stop price.

Declaration
Decimal StopPrice { get; }
Property Value
Type Description
Decimal
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX