Skip to content

Commit

Permalink
feat: add PENDING_NEW trade event to TradeEvent enum (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
alineberry authored Dec 20, 2024
1 parent 9165487 commit da833d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpaca/trading/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ class CorporateActionDateType(str, Enum):
class TradeEvent(str, Enum):
FILL = "fill"
CANCELED = "canceled"
PENDING_NEW = "pending_new"
NEW = "new"
PARTIAL_FILL = "partial_fill"

Expand Down

0 comments on commit da833d3

Please sign in to comment.