Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aarjaneiro committed Jan 17, 2025
1 parent 64175f0 commit 65b6923
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions alpaca/trading/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ class OrderClass(str, Enum):
The order classes supported by Alpaca vary based on the order's security type.
The following provides a comprehensive breakdown of the supported order classes for each category:
- Equity trading: simple (or ""), oco, oto, bracket.
- Options trading:
- simple (or "").
- mleg (required for multi-leg complex option strategies)
- Options trading: Simple (or ""), mleg (required for multi-leg complex option strategies).
- Crypto trading: simple (or "").
"""

Expand Down

0 comments on commit 65b6923

Please sign in to comment.