Skip to content

Commit

Permalink
Add error code 10147 (#60)
Browse files Browse the repository at this point in the history
Resolves #59
  • Loading branch information
chipkent authored Jun 10, 2022
1 parent 2850579 commit 413bdca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deephaven_ib/_internal/error_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 413bdca

Please sign in to comment.