Skip to content

fix(notify): clarify submitted order is unconfirmed - #323

Merged
Pigbibi merged 2 commits into
mainfrom
agent/fix-ibkr-submitted-order-warning
Jul 10, 2026
Merged

fix(notify): clarify submitted order is unconfirmed#323
Pigbibi merged 2 commits into
mainfrom
agent/fix-ibkr-submitted-order-warning

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • include the broker order status in submitted-order notifications
  • explicitly warn that Submitted does not confirm broker acceptance or fill and may still be rejected or cancelled
  • align the QuantPlatformKit pin to the current upstream QPK_PIN so CI can validate this branch

Root Cause

The runtime treated Submitted/PendingSubmit as a successful submission for notification purposes and rendered copy that implied the order had been safely handed off. During the read-only gateway incident that message was misleading because the broker could still reject the order afterward.

Separately, the repository QPK pin had drifted behind the current upstream QPK_PIN, which blocks CI before tests run.

Validation

  • python3 scripts/check_qpk_pin_consistency.py --root . --pin-file /tmp/QPK_PIN_INTERACTIVE
  • python3 -m pytest tests/test_execution_service.py -q

Co-Authored-By: Codex <noreply@openai.com>
@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

Co-Authored-By: Codex <noreply@openai.com>
@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@Pigbibi
Pigbibi merged commit 3e920d9 into main Jul 10, 2026
2 checks passed
@Pigbibi
Pigbibi deleted the agent/fix-ibkr-submitted-order-warning branch July 10, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant