You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing against a given data dictionary, from a market, found that the allowOtherValues attribute is ignored, hence when a tag has an enumerated value, unknown to the dictionary, the library issues a Reject.
In particular this is happening since the market does not provide a full list of the reject reasons, and when a reject is received, a reject of the reject is emited.
When testing against a given data dictionary, from a market, found that the allowOtherValues attribute is ignored, hence when a tag has an enumerated value, unknown to the dictionary, the library issues a Reject.
In particular this is happening since the market does not provide a full list of the reject reasons, and when a reject is received, a reject of the reject is emited.
For what i can tell, i guess is here where this validation should be "skipped" if such attribute is present in the dictionary tag for the message:
quickfixn/QuickFIXn/DataDictionary/DataDictionary.cs
Lines 352 to 370 in 4415618
allowOtherValues is from Quickfix/j. Is there any plan to support it?
Thanks!.
The text was updated successfully, but these errors were encountered: