Imported from previous forum
Hi,
How important is the order of the FIX Tag messages in QuickFIX with respect to the 35=AG messages. FIX 4.3 Vol 3 suggests that tag 15 should be before tag 58. If Tag 15 and the tags 38,63,193 and 192 are after tag 58, should the FIX engine ideally accept this ?
Thanks and regards,
- Nataraj.
The tags you list are all (except 58) part of the repeating group QuotReqRjtGrp. The entire group is mandatory and can be before or after 58 Text. The tags within the group need to appear in the order defined by FIX to allow parsing in the tag=value syntax. The tag 146 NoRelatedSym starts the repeating group and the first field from outside of the group will end it again. Therefore tag 58 must not occur in between fields from within the group.
Hi,
How important is the order of the FIX Tag messages in QuickFIX with
respect to the 35=AG messages. FIX 4.3 Vol 3 suggests that tag 15 should
be before tag 58. If Tag 15 and the tags 38,63,193 and 192 are after tag
58, should the FIX engine ideally accept this ?Thanks and regards,
- Nataraj.
Thanks for the prompt response !
The tags you list are all (except 58) part of the repeating group
QuotReqRjtGrp. The entire group is mandatory and can be before or after
58 Text. The tags within the group need to appear in the order defined
by FIX to allow parsing in the tag=value syntax. The tag 146
NoRelatedSym starts the repeating group and the first field from outside
of the group will end it again. Therefore tag 58 must not occur in
between fields from within the group.Hi,
How important is the order of the FIX Tag messages in QuickFIX with
respect to the 35=AG messages. FIX 4.3 Vol 3 suggests that tag 15
should be before tag 58. If Tag 15 and the tags 38,63,193 and 192 are
after tag 58, should the FIX engine ideally accept this ?Thanks and regards,
- Nataraj.