Skip to content

Commit

Permalink
Update alpaca/trading/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com>
  • Loading branch information
aarjaneiro and hiohiohio authored Jan 18, 2025
1 parent 4d104a6 commit 86b69ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpaca/trading/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ class Order(ModelWithID):
trail_price: Optional[str] = None
hwm: Optional[str] = None
position_intent: Optional[PositionIntent] = None
ratio_qty: Optional[Union[str, float]] = None

# internal to the SDK
_is_sub_mleg: bool = False
Expand Down

0 comments on commit 86b69ec

Please sign in to comment.