Skip to content

Bug fixes on rc3 and modifications to the api data schema

Pre-release
Pre-release

Choose a tag to compare

@shlomiku shlomiku released this 06 May 19:41
· 456 commits to master since this release
b342fef

This is another pre-release for 0.47. In this release we:

  • removed the polyfeed prefix
  • better exception handling for stream2
  • support the new data schema:
    • trade in WS: rename “sym” to “T”, “t” to be nanoseconds (from milliseconds)
    • quote in WS: no change
    • bars in WS: rename “sym” to “T”
    • trade in REST: timestamp resolution is now nanoseconds
    • quote in REST: timestamp resolution is now nanoseconds
    • bars in REST: no change