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

Length field missing in example of category base file #6

Open
kleihan opened this issue Dec 1, 2021 · 0 comments
Open

Length field missing in example of category base file #6

kleihan opened this issue Dec 1, 2021 · 0 comments
Labels
Milestone

Comments

@kleihan
Copy link
Member

kleihan commented Dec 1, 2021

The example shows the elements of NewOrderSingle(35=D). It includes the encoded version of ComplianceText(2404)

<xs:attribute name="EncComplianceTxt" type="EncodedComplianceText_t" use="optional"/>

Related length field are mandatory but missing in this case. Add the following line prior to the one above:

<xs:attribute name="EncComplianceTxtLen" type="EncodedComplianceTextLen_t" use="optional"/>

@kleihan kleihan added the bug label Dec 1, 2021
@kleihan kleihan added this to the FIXML v1.2 milestone Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant