Show / Hide Table of Contents

Enum OrderType

Supported order types in Alpaca REST API.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public enum OrderType

Fields

Name Description
Limit

Limit order (limit price required).

Market

Market order (no prices required).

Stop

Stop order (stop price required).

StopLimit

Stop limit order (both stop and limit prices required).

TrailingStop

Trailing stop order (dollars or percent offset required).

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX