tastyware/tastytrade:v12.2.0
What's Changed
- Added a new
Forexclass totastytrade.instrumentsthat lets you get symbols to stream forex pairs from dxfeed:This can't be used to place any trades yet because the forex API is completely separate from the Tastytrade API.from tastytrade.instruments import Forex pairs = await Forex.get(session)
- Added the OVERNIGHT and GTC_OVERNIGHT order time in force options, fixing #315.
Full Changelog: v12.1.0...v12.2.0