Commit 019c850
committed
Move Error 10349 to Warning to not cancel order
IBKR emits an error code if your system is configured to use DAY orders
but your order is NOT a DAY order. It doesn't cancel the order, it's
just informational, so we must override the IBKR "error condition"
because it's just a warning (i.e. we don't want this to ever delete an
order from the client because it's still working in the market).
Fixes #1901 parent 973cd17 commit 019c850
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1618 | 1618 | | |
1619 | 1619 | | |
1620 | 1620 | | |
| 1621 | + | |
1621 | 1622 | | |
1622 | 1623 | | |
1623 | 1624 | | |
1624 | 1625 | | |
1625 | 1626 | | |
1626 | 1627 | | |
1627 | | - | |
| 1628 | + | |
1628 | 1629 | | |
1629 | 1630 | | |
1630 | 1631 | | |
| |||
0 commit comments