Skip to content

Commit

Permalink
Support error code 10311 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent authored Feb 15, 2023
1 parent c022673 commit 679a10a
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 @@ -41,6 +41,7 @@ def load_error_codes() -> Tuple[Dict[int, str], Dict[int, str]]:
10187: "Failed to request historical ticks",
10189: "Failed to request tick-by-tick data",
10190: "Maxnumber of tick-by-tick requests has been reached.",
10311: "This order will be directly routed to NYSE. Direct routed orders may result in higher trade fees. Restriction is specified in Precautionary Settings of Global Configuration/API.",
}

for k, v in overrides.items():
Expand Down

0 comments on commit 679a10a

Please sign in to comment.