Class BracketOrder
A bracket order is a chain of three orders that can be used to manage your position entry and exit. It is a common use case of an OTOCO (One Triggers OCO {One Cancels Other}) order.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public sealed class BracketOrder : AdvancedOrderBaseRemarks
See Alpaca Order Documentation for more information.
Properties
| Improve this Doc View SourceStopLoss
Gets prices for stop loss order for the bracket order.
Declaration
public IStopLoss StopLoss { get; }Property Value
| Type | Description | 
|---|---|
| IStopLoss | 
TakeProfit
Gets prices for take profit order for the bracket order.
Declaration
public ITakeProfit TakeProfit { get; }Property Value
| Type | Description | 
|---|---|
| ITakeProfit |