Skip to content

Releases: mathpaquette/IQFeed.CSharpApiClient

v2.6.2

04 Apr 21:41
Compare
Choose a tag to compare

IQFeed.CSharpApiClient 2.6.2 - April 03, 2021

Issues Resolved
  • Fixed issue with LookupRateLimiter when > 8 clients on burst of requests
  • Fixed issue with TickMessages resampler with 'O'
  • Fixed issue with Dynamic Fields and Type field

v2.0.0

25 Jan 18:05
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

IQFeed.CSharpApiClient 2.0.0 - January 25, 2020

  • Added generics on most messages for better flexibility and reuse
  • Added message handlers on most clients to support , and messages.
  • Added extension methods for message conversion
  • Removed explicit framework target on net461
Breaking Changes
  • Migrated from float to decimal for most messages
  • Type needs to be specified for client and message instantiation
  • Renamed all Async methods with Get prefix

v1.5.0

27 Oct 18:56
Compare
Choose a tag to compare

IQFeed.CSharpApiClient 1.5.0 - October 27, 2019

  • Added Level 2 data support
  • Replaced DateTime for time in L1 and L2 UpdateSummaryMessage with TimeSpan for better readability

v1.4.6

27 Oct 18:54
Compare
Choose a tag to compare

IQFeed.CSharpApiClient 1.4.6 - October 10, 2019

  • Added Symbol and Market Info Lookup support
  • Added more information when throwing IQFeed exception