Skip to content

Correct MsgType description in FIX43.xml for OrderCancelReplaceRequest#1139

Merged
chrjohn merged 2 commits intomasterfrom
copilot/fix-order-cancel-replace-description
Feb 13, 2026
Merged

Correct MsgType description in FIX43.xml for OrderCancelReplaceRequest#1139
chrjohn merged 2 commits intomasterfrom
copilot/fix-order-cancel-replace-description

Conversation

Copy link
Contributor

Copilot AI commented Feb 13, 2026

MsgType enum "G" in FIX43.xml incorrectly used description "ORDER_CANCEL" instead of "ORDER_CANCEL_REPLACE_REQUEST", diverging from the FIX specification and other versions in the codebase.

Changes

  • Updated FIX43.xml line 2377: <value enum="G" description="ORDER_CANCEL_REPLACE_REQUEST" />

This aligns FIX43 with FIX42, FIX44, and FIX50 which already use the correct description.

Original prompt

This section details on the original issue you should resolve

<issue_title>MsgType descriptions vs FIX Specs (Order Cancel/Replace Request)</issue_title>
<issue_description>

<value enum="G" description="ORDER_CANCEL" />

According to the FIX spec this should be "Order Cancel/Replace Request"

Is it worth correcting locally? Are these descriptions from a higher source?

(Not a blocker on my side because we keep a copy of the XML and can just edit that)</issue_description>

<agent_instructions>Please rename the stated description in the specified FIX43.xml file to "ORDER_CANCEL_REPLACE_REQUEST"</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@chrjohn Hi @philipwhiuk , at some point in time these were generated from the old FIX repository format, so maybe the problem originated there. But cannot tell TBH.

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix MsgType description to match FIX specs Fix MsgType G description in FIX43.xml to ORDER_CANCEL_REPLACE_REQUEST Feb 13, 2026
Copilot AI requested a review from chrjohn February 13, 2026 12:10
@chrjohn chrjohn added this to the QFJ 3.0.0 milestone Feb 13, 2026
@chrjohn chrjohn changed the title Fix MsgType G description in FIX43.xml to ORDER_CANCEL_REPLACE_REQUEST Correct MsgType description in FIX43.xml Feb 13, 2026
@chrjohn chrjohn changed the title Correct MsgType description in FIX43.xml Correct MsgType description in FIX43.xml for OrderCancelReplaceRequest Feb 13, 2026
@chrjohn chrjohn marked this pull request as ready for review February 13, 2026 14:52
@chrjohn chrjohn merged commit ee75c1e into master Feb 13, 2026
21 checks passed
@chrjohn chrjohn deleted the copilot/fix-order-cancel-replace-description branch February 13, 2026 14:52
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.

MsgType descriptions vs FIX Specs (Order Cancel/Replace Request)

2 participants

Comments