Re: [Quickfix-users] Issues using NoPartyIDs within group(Kenny Stone)
Brought to you by:
orenmnero
From: Kenny S. <ks...@co...> - 2010-04-26 15:59:59
|
We have simialr code to this in production. Are you using a data dictionary with your connection? Are you sure the FIX message has the groups like your code? foo( FIX44::TradeCaptureReport& tcr ) { FIX44::TradeCaptureReport::NoSides sideGroup; tcr.getGroup(1, sideGroup); FIX44::TradeCaptureReport::NoSides::NoPartyIDs partyGroup; sideGroup.getGroup(1, partyGroup); } -- Kenny Stone Connamara Systems, LLC |