- Preface
- Retrieving Repeating Group Instance
- Getting Repeating Group size (number of entries)
- Iterating over Repeating Group entries and fields
- Iterating over Nested Repeating Groups entries and fields
- Resizing Repeating Group
- Adding entries to Repeating Group without knowing their quantity ahead of time
- Populating FIX message with nested Repeating Groups
- Removing arbitrary entry from Repeating Group
Preface
This page contains code snippets with solutions to some typical tasks for repeating groups.
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
pMessage->setAsInt>setAsInt(FIXFields::NoQuoteSets, myNewSize); |
...