Skip to content

tastyware/tastytrade:v12.2.0

Choose a tag to compare

@Graeme22 Graeme22 released this 16 Mar 22:58

What's Changed

  • Added a new Forex class to tastytrade.instruments that lets you get symbols to stream forex pairs from dxfeed:
    from tastytrade.instruments import Forex
    
    pairs = await Forex.get(session)
    This can't be used to place any trades yet because the forex API is completely separate from the Tastytrade API.
  • Added the OVERNIGHT and GTC_OVERNIGHT order time in force options, fixing #315.

Full Changelog: v12.1.0...v12.2.0