ig-python / trading-ig

A lightweight Python wrapper for the IG Markets API
https://trading-ig.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
308 stars 196 forks source link

#263 Issue-fix: Initialize forceOpen in create_working_order rest.py #288

Closed ChiragChhatbar closed 1 year ago

ChiragChhatbar commented 1 year ago

Initializing forceOpen to 'false', which overrides default behaviour of 'true'.

If explicitly set True in function argument, it will be set to 'true' by existing flow. Hence fixes the issue #263