tastyware / tastytrade

An unofficial Python SDK for Tastytrade!
MIT License
98 stars 33 forks source link

fix #126, use pydantic w/ dxfeed, don't raise for orders, add more futures exp utils #127

Closed Graeme22 closed 4 months ago

Graeme22 commented 4 months ago

Description

dxfeed events moved to pydantic validation + coercion, now Decimal instead of float. Illegal orders don't raise an exception, but rather log an error, because sometimes we want to see BP. Futures exp utils added: indices & oil

Related issue(s)

Fixes #126

Pre-merge checklist

Please note that, in order to pass the tests, you'll need to set up your Tastytrade credentials as repository secrets on your local fork. Read more at CONTRIBUTING.md.