Skip to content

Releases: wboayue/rust-ibapi

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

v1.0.4

07 Dec 21:06
fe67f9b
Compare
Choose a tag to compare

What's Changed

  • Updates validation for realtime bar decoder
  • Derives Debug, Clone, Serialize and Deserialize, and PartialEq for ScannerSubscription

Full Changelog: v1.0.3...v1.0.4

v1.0.3

16 Nov 01:52
ce1680e
Compare
Choose a tag to compare

What's Changed

  • Adds support for WhatToShow::AdjustedLast for historical_data_ending_now requests
  • Fix request id mapping for TickReqParams

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Nov 01:08
d6437be
Compare
Choose a tag to compare

What's Changed

  • Fixes market scanner bug parsing scanner data with combo legs

Full Changelog: v1.0.1...v1.0.2