|
From: Toli K. <to...@ma...> - 2007-06-27 18:56:59
|
Stacy, Do you have a NoPartyIDs tag (453) somewhere in your message? If that's the case, you are looking at the Parties repeating group, and you can use the sample code form http://www.quickfixj.org/quickfixj/usermanual/usage/repeating_groups.html to see how to read data from repeating groups. Here's the link to the Parties block in the FIX4.4 spec: http://www.btobits.com/fixopaedia/fixdic44/bd0e-Parties.html You can also see the real-life examples of extracting repeating groups in the Marketcetera Platform code too: http://trac.marketcetera.org/trac.fcgi/browser/platform/trunk/core/src/main/java/org/marketcetera/quickfix/FIXValueExtractor.java#L31 and the corresponding test: http://trac.marketcetera.org/trac.fcgi/browser/platform/trunk/core/src/test/java/org/marketcetera/quickfix/FIXValueExtractorTest.java#L67 hope this helps On 6/27/07, stacyann_1 <sta...@gs...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > I'm having problems finding documentation to explain how to do this: > > The message that is being sent to me has multiple > PartyId/PartyIdSource/PartyRole fields. For example: > 448=SSNY 447=D 452=1 448=SMARCASSOLI:4784543 447=D 452=11 > 448=TEST, TEST & CO. 447=D 452=13 10=192 > > How can I code to specifically retrieve the PartyId associated with > PartyRole of 11? > > Thanks, > Stacy > -- -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |