Skip to content

Releases: Voyz/ibind

v0.1.7

26 Sep 14:40
Compare
Choose a tag to compare

Bugfix:

  • moved price to be an optional arg in make_order_request

v0.1.6

06 Sep 14:00
Compare
Choose a tag to compare
  • updated _handle_authentication_status to handle 'competing' flag
  • restclient lstripps each endpoint from "/" to prevent double forwardslash "//"
  • added Answers type to public api
  • small Python version compatibility fixes
  • Use correct url for get_all_watchlists endpoint

v0.1.4

02 Jul 06:01
Compare
Choose a tag to compare

Fixes:

  • params_dict recognises None when @ensure_list_arg is applied to a None argument
  • make_order_request accepts str and int for conid, always casting it to int. 'coid' is now an optional parameter
  • place_order now accepts multiple order requests in order to facilitate sending bracket orders
  • added rest_07_bracket_orders.py
  • fixed transaction_history request method

v0.1.3

05 Jun 02:40
Compare
Choose a tag to compare
  • added positions2 endpoint
  • added rest_06_options_chain.py
  • fixed bug with reordering of 'bar' parameter in historical data endpoints
  • added ensure_list_arg to 'live_marketdata_snapshot' fields argument
  • changed snapshot_by_key dict values to string

v0.1.1

18 May 04:58
Compare
Choose a tag to compare
  • fixed wrong endpoint in live_marketdata_snapshot

v0.1.0

06 May 12:53
Compare
Choose a tag to compare

First public beta release.

v0.0.1

03 Apr 12:40
Compare
Choose a tag to compare

Initial alpha release