Skip to content

Releases: wboayue/rust-ibapi

v1.0.14

28 Jan 23:10
9d0cd68
Compare
Choose a tag to compare

What's Changed

  • Added accessor for client_id in #216

Full Changelog: v1.0.13...v1.0.14

v1.0.13

25 Jan 07:33
b622b73
Compare
Choose a tag to compare

What's Changed

  • Fixes bug where cancel request was not sent when scanner data subscription was dropped.

Full Changelog: v1.0.12...v1.0.13

v1.0.12

22 Jan 07:13
8cb718d
Compare
Choose a tag to compare

What's Changed

  • Cleans up error reporting when using wall street horizons API
  • Cleans up error reporting when using historical_data API
  • interval_end for historical_data API is now optional
  • Deprecates historical_data_ending_now. use historical_data with interval_end as None.

Full Changelog: v1.0.11...v1.0.12

v1.0.11

27 Dec 00:02
a894b52
Compare
Choose a tag to compare

What's Changed

  • Supports fractional size with tick by tick data. Required to support Crypto.

Full Changelog: v1.0.10...v1.0.11

v1.0.10

26 Dec 04:13
5a78abd
Compare
Choose a tag to compare

What's Changed

  • Fixes regression when streaming market_depth data

Full Changelog: v1.0.9...v1.0.10

v1.0.9

26 Dec 03:36
bbe2652
Compare
Choose a tag to compare

What's Changed

  • Updates tests for news and wsh event data APIs
  • Cleanup error handling for market_depth API

Full Changelog: v1.0.8...v1.0.9

v1.0.8

25 Dec 06:46
137878a
Compare
Choose a tag to compare

What's Changed

  • Updates examples of streaming tick by tick data
  • Fixes reporting of errors when streaming tick by tick data

Full Changelog: v1.0.7...v1.0.8

v1.0.7

19 Dec 06:04
63d79a2
Compare
Choose a tag to compare

What's Changed

  • Derive Serialize and Deserialize for structs in account.rs by @trobanga in #198

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

15 Dec 17:20
d6e12a1
Compare
Choose a tag to compare

What's Changed

  • Fix completed orders regression in #195

Full Changelog: v1.0.5...v1.0.6

v1.0.5

10 Dec 20:11
e9e230d
Compare
Choose a tag to compare

What's Changed

  • Fixes regression that caused next order ID to not be stored on Client upon connection.

Full Changelog: v1.0.4...v1.0.5