Skip to content

v2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mathpaquette mathpaquette released this 25 Jan 18:05
· 88 commits to master since this 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