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.