From 413bdca6367bea94ccc263c18bcb92aedf4c327b Mon Sep 17 00:00:00 2001 From: Chip Kent <5250374+chipkent@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:33:33 -0600 Subject: [PATCH] Add error code 10147 (#60) Resolves #59 --- src/deephaven_ib/_internal/error_codes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deephaven_ib/_internal/error_codes.py b/src/deephaven_ib/_internal/error_codes.py index 4e7076fa..fd5d81ed 100644 --- a/src/deephaven_ib/_internal/error_codes.py +++ b/src/deephaven_ib/_internal/error_codes.py @@ -35,6 +35,7 @@ def load_error_codes() -> Tuple[Dict[int, str], Dict[int, str]]: 2113: "The order size for Bonds (Bills) is entered as a nominal par value of the order, and must be a multiple", 2157: "Sec-def data farm connection is broken:secdefil", 10089: "Requested market data requires additional subscription for API.See link in 'Market Data Connections' dialog for more details.", + 10147: "OrderId that needs to be cancelled is not found.", 10168: "Requested market data is not subscribed.Delayed market data is not enabled.", 10172: "Failed to request news article: No data available", 10187: "Failed to request historical ticks",