tastyware/tastytrade:v9.9 #214
Graeme22
announced in
Announcements
Replies: 1 comment
-
|
acceptAggregationPeriod yay! superb library, much better than the official one with great documentation! 💪 💪 💪 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
used_derivative_buying_powerdata field by @JBlohm in Added missing: used_derivative_buying_power data field #210. This allows you to calculate buying power usage in the same way Tasty does it. This can be accessed asAccountBalance.used_derivative_buying_powerandAccountBalanceSnapshot.used_derivative_buying_power.Previously, the dubiously named "acceptAggregationPeriod" parameter to newly created DXLink channels was hardcoded to 10 seconds. This resulted in events like Quote being updated only once every 10 seconds, a far cry from live streaming! Now this value is adjustable as a new parameter to
DXLinkStreamer, but it defaults to 0.1 which should be close to live for most use cases.Example usage:
Since the new default is 0.1, most users should immediately see a benefit without making any changes at all.
New Contributors
Full Changelog: v9.8...v9.9
This discussion was created from the release tastyware/tastytrade:v9.9.
Beta Was this translation helpful? Give feedback.
All reactions