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 7b2354b commit ca1f2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/trading/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ class AccountConfiguration(BaseModel):
suspend_trade (bool): If true Account becomes unable to submit new orders
trade_confirm_email (TradeConfirmationEmail): Controls whether Trade confirmation emails are sent.
ptp_no_exception_entry (bool): If set to true then Alpaca will accept orders for PTP symbols with no exception. Default is false.
max_options_trading_level (Optional[int]): The desired maximum options trading level. 0=disabled, 1=Covered Call/Cash-Secured Put, 2=Long Call/Put, 3=Multi-leg.
max_options_trading_level (Optional[int]): The desired maximum options trading level. 0=disabled, 1=Covered Call/Cash-Secured Put, 2=Long Call/Put, 3=Spreads/Straddles.
"""

dtbp_check: DTBPCheck
Expand Down

0 comments on commit ca1f2ac

Please sign in to comment.