Releases: Voyz/ibind
Releases · Voyz/ibind
v0.1.7
v0.1.6
- 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
Fixes:
params_dict
recognises None when @ensure_list_arg is applied to a None argumentmake_order_request
accepts str and int for conid, always casting it to int. 'coid' is now an optional parameterplace_order
now accepts multiple order requests in order to facilitate sending bracket orders- added rest_07_bracket_orders.py
- fixed
transaction_history
request method