Show / Hide Table of Contents

Interface ITakeProfit

Encapsulates the price information about the take profit order.

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

Properties

| Improve this Doc View Source

LimitPrice

Gets the profit taking limit price.

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