Skip to content

v0.7.1

Latest

Choose a tag to compare

@fatwang2 fatwang2 released this 28 Mar 02:39
· 1 commit to main since this release

Fix

  • Fix `orders modify` command — All order modifications failed with IBKR Error 320 (NumberFormatException). Root cause: orders returned by reqAllOpenOrders() contain server-populated fields that IBKR rejects when sent back. Now builds a clean Order object with only essential fields for modification, fixing standalone, bracket parent, TP child, and SL child modifications.