[Quickfix-developers] Number of instances in a Group
Brought to you by:
orenmnero
From: <em...@co...> - 2004-11-04 17:20:48
|
When parsing a fix message that has a repeating group, how would I be able to find out the number of elements the repeating group has. For instance, lets say we have the following group, class LinesOfText : public FIX::Group { public: LinesOfText() : FIX::Group(33, 58, FIX::message_order( 58, 0)){} FIELD_SET(*this, FIX::Text); }; how would I be able to know how many 'LinesOfText" instances there will be in a particular fix message. Thanks folks, Emir --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004 |