Skip to content

Releases: dastra/hargreaves-sdk-python

Update requests-tracker library to v.1.0.3

26 Apr 22:34
Compare
Choose a tag to compare

Update requests-tracker library to v.1.0.3 to incorporate connection retry/timeouts
Also set the following connection defaults for the Hargreaves API:

  • retry-count = 1
  • timeout = 15 seconds

Update requests-tracker library to v.1.0.1

26 Apr 21:14
Compare
Choose a tag to compare

Update requests-tracker library to v.1.0.1 to remove keep-alive streaming connections - this will help making REST-API calls more stable

Order Amount Bug Fix

25 Apr 11:10
Compare
Choose a tag to compare

Fixed a bug where order quote/confirmation amounts containing a comma (,) was not handled correctly

Release 1.0.0

31 Mar 12:22
Compare
Choose a tag to compare

This release includes the following:

  • A simple buy/sell "deal" interface using market (real-time) & manual (fill-or-kill) orders in the background
  • List pending orders
  • Cancel pending orders
  • All HTTP requests are run in such a way to emulate a user browser session as closely as possible