Imported from previous forum
Hi, in D message of FIX 5.0 sp2, there is a component call Parties Component, which is a grouping of PartyID, PartySource and PartyRole , this is make sense for XML message.
But if we don’t want to use XML, but the old style key-value pair, with ‘\001’ as delimiter, can I still have multiple Parties Component??
Hi Carfield,
Yes, PartyID, PartySource, and PartyRole can appear in regular FIX as well as FIXML. In that case, you use the NoPartyIDs (453) containing the number of PartyID tags you need.
Best, Greg.
Hi, in D message of FIX 5.0 sp2, there is a component call Parties
Component, which is a grouping of PartyID, PartySource and PartyRole ,
this is make sense for XML message.But if we don’t want to use XML, but the old style key-value pair, with
‘\001’ as delimiter, can I still have multiple Parties Component??