Skip to content

v1.6.9

Latest
Compare
Choose a tag to compare
@ooples ooples released this 06 Oct 22:38
· 4 commits to master since this release
4ff9e0e

What's Changed

  • Modified the GetHistoricalData method to return a single class of stock data values to make it easier to parse through the data by @ooples in #93
  • Made sure volume value type was changed to long since it was throwing an exception for certain symbols by @ooples in #94
  • Went ahead and changed all volume data types to int 64 since some exceptions were still happening by @ooples in #95
  • Replaced some volume values with long instead of double by @ooples in #96

Full Changelog: v1.6.5...v1.6.9