Skip to content

Commit 413bdca

Browse files
authored
Add error code 10147 (#60)
Resolves #59
1 parent 2850579 commit 413bdca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deephaven_ib/_internal/error_codes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def load_error_codes() -> Tuple[Dict[int, str], Dict[int, str]]:
3535
2113: "The order size for Bonds (Bills) is entered as a nominal par value of the order, and must be a multiple",
3636
2157: "Sec-def data farm connection is broken:secdefil",
3737
10089: "Requested market data requires additional subscription for API.See link in 'Market Data Connections' dialog for more details.",
38+
10147: "OrderId that needs to be cancelled is not found.",
3839
10168: "Requested market data is not subscribed.Delayed market data is not enabled.",
3940
10172: "Failed to request news article: No data available",
4041
10187: "Failed to request historical ticks",

0 commit comments

Comments
 (0)