Skip to content

Commit

Permalink
Actualizar metrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 authored Dec 4, 2023
1 parent 9f2060c commit 09fad18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastytrade/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Liquidity(TastytradeJsonDataclass):
sum: Decimal
count: int
started_at: datetime
updated_at: datetime
updated_at: Optional[datetime] = None


class OptionExpirationImpliedVolatility(TastytradeJsonDataclass):
Expand Down

0 comments on commit 09fad18

Please sign in to comment.