Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tastytrade/instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ class Future(TradeableTastytradeData):
display_factor: Decimal
last_trade_date: date
expiration_date: date
closing_only_date: date
closing_only_date: Optional[date] = None
active: bool
active_month: bool
next_active_month: bool
Expand Down
Loading