Skip to content

Commit

Permalink
fix: add Alpaca_APCA ClearingBroker (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiohiohio committed Apr 4, 2024
1 parent 305db61 commit 6fa5ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpaca/broker/enums.py
Expand Up @@ -164,6 +164,7 @@ class ClearingBroker(str, Enum):
Velox = "VELOX"
Vision = "VISION"
Self = "SELF"
Alpaca_APCA = "ALPACA_APCA"


class CIPProvider(str, Enum):
Expand Down

0 comments on commit 6fa5ca2

Please sign in to comment.