Skip to content

Commit

Permalink
add 1156 (ApplExtId) to FIXT11.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Jul 28, 2020
1 parent 4b0ebca commit 94fb716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ What's New

### NEXT VERSION:
* (patch) #630 - Make DefaultMessageFactory reflect only over QF/n assemblies (gbirchmeier)
* (patch) #642 - add 1156 (ApplExtId) to FIXT11.xml (gbirchmeier)

### v1.10.0:
* (patch) #505 - Fix ObjectDisposedException when SocketInitiator is stopped before connection attempt fails (musashibg)
Expand Down
2 changes: 2 additions & 0 deletions spec/fix/FIXT11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<component name='HopGrp' required='N'/>
<field name='ApplVerID' required='N'/>
<field name='CstmApplVerID' required='N'/>
<field name='ApplExtID' required='N' />
</header>
<trailer>
<field name='SignatureLength' required='N'/>
Expand Down Expand Up @@ -309,5 +310,6 @@
<field name='RefApplVerID' number='1130' type='STRING'/>
<field name='RefCstmApplVerID' number='1131' type='STRING'/>
<field name='DefaultApplVerID' number='1137' type='STRING'/>
<field name='ApplExtID' number='1137' type='INT'/>
</fields>
</fix>

0 comments on commit 94fb716

Please sign in to comment.