Skip to content

Commit

Permalink
fix: add correct JournalStatus (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiohiohio authored May 8, 2024
1 parent eae556d commit 836ff42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpaca/broker/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,5 @@ class JournalStatus(str, Enum):
REJECTED = "rejected"
CANCELED = "canceled"
REFUSED = "refused"
CORRECT = "correct"
DELETED = "deleted"

0 comments on commit 836ff42

Please sign in to comment.