Skip to content

Commit

Permalink
fix: commission should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiocastrica committed May 26, 2023
1 parent 167de28 commit 5850df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/broker/models/trading.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class Order(BaseOrder):
commission (float): The dollar value commission you want to charge the end user.
"""

commission: float
commission: float | None = None

0 comments on commit 5850df6

Please sign in to comment.