Imported from previous forum
In Fix42.xml,in QuoteCancel Tag#146 refers to “NoQuoteEntries”, however as per the FIX data dictionary Tag#146 refers to “NoRelatedSym”. My Question is , is this only a typo error in quickfix specification,As we are not sure , which field should we refer for Tag#146 in our code.
In Fix42.xml,in QuoteCancel Tag#146 refers to “NoQuoteEntries”, however
as per the FIX data dictionary Tag#146 refers to “NoRelatedSym”. My
Question is , is this only a typo error in quickfix specification,As we
are not sure , which field should we refer for Tag#146 in our code.
Tag#146 = NoRelatedSym
Tag#295 = NoQuoteEntries
Any question regarding quickfix should really be directed to the quickfix discussion forums, but as far as I can see FIX42.xml contains Tag#295 for NoQuoteEntries, certainly in version 1.11.0 anyway.
Hope this helps.
In Fix42.xml,in QuoteCancel Tag#146 refers to “NoQuoteEntries”,
however as per the FIX data dictionary Tag#146 refers to
“NoRelatedSym”. My Question is , is this only a typo error in quickfix
specification,As we are not sure , which field should we refer for
Tag#146 in our code.Tag#146 = NoRelatedSym Tag#295 = NoQuoteEntries
Any question regarding quickfix should really be directed to the
quickfix discussion forums, but as far as I can see FIX42.xml contains
Tag#295 for NoQuoteEntries, certainly in version 1.11.0 anyway.Hope this helps.
…ah, I think I see where the confusion arises. There was a correction to the FIX.4.2 spec, QuoteCancel should show Tag#295 not Tag#146 (I think fiximate still shows 146, although the actual spec has been corrected).