quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

661/AllocAcctIDSource lacks enumerated values in data dictionaries and generated code

Open JThoennes opened this issue 4 years ago • 6 comments

The current data dictionaries for FIX 4.4 upwards lack the enumerated values of 661/AllocAcctIDSource:

<field number="660" name="AcctIDSource" type="INT">
      <value enum="1" description="BIC"/>
      <value enum="2" description="SID_CODE"/>
      <value enum="3" description="TFM"/>
      <value enum="4" description="OMGEO"/>
      <value enum="5" description="DTCC_CODE"/>
      <value enum="99" description="OTHER"/>
    </field>
<field number="661" name="AllocAcctIDSource" type="INT"/>

According to the FIXimate the values shall be provided as the same ones as for AcctIDSource: https://fiximate.fixtrading.org/en/FIX.5.0SP2_EP264/tag661.html

So I would add them for consistency.

JThoennes avatar Mar 30 '21 15:03 JThoennes

@chrjohn I miss a label for data dictionary issues here.

JThoennes avatar Mar 30 '21 15:03 JThoennes

Never saw the need for such a label, mainly because I don't want to create labels for all possible other categories, too. And we welcome pull requests. :)

chrjohn avatar Mar 31 '21 11:03 chrjohn

And we welcome pull requests. :) Expected answer ;-) Happy Easter!

JThoennes avatar Apr 06 '21 10:04 JThoennes