Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ep 294 fix 4.2 correction for ref msg type(372) #42

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion FIX Standard/OrchestraFIX42.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7647,7 +7647,7 @@
</fixr:documentation>
</fixr:annotation>
</fixr:field>
<fixr:field id="372" name="RefMsgType" type="String" added="FIX.4.2">
<fixr:field id="372" name="RefMsgType" type="MsgTypeCodeSet" added="FIX.4.2">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
The MsgType of the FIX message being referenced.
Expand Down
2 changes: 1 addition & 1 deletion FIX Standard/OrchestraFIX44.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16788,7 +16788,7 @@
</fixr:documentation>
</fixr:annotation>
</fixr:field>
<fixr:field id="372" name="RefMsgType" type="String" added="FIX.4.2" abbrName="RefMsgTyp">
<fixr:field id="372" name="RefMsgType" type="MsgTypeCodeSet" added="FIX.4.2" abbrName="RefMsgTyp">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
The MsgType (35) of the FIX message being referenced.
Expand Down