OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
FlatGroup Class Reference

Classes

class  ConstIterator

Public Member Functions

size_t size () const
StringRef groupFieldValue () const
ConstIterator begin () const
ConstIterator end () const

Friends

class MessageOperator

Detailed Description

The repeating group represents an array of repeating group instances, This class exposes corresponding services to manipulate the array of repeating group instances. Similar to the OnixS::FIX::FlatGroupInstance it behaves like a pointer/reference to the underlying data. It's a light-weight object which just wraps the internal data.

The group remains valid until corresponding group fields are updated.

Definition at line 75 of file FlatGroup.h.

Member Function Documentation

◆ begin()

ConstIterator begin ( ) const

Returns the iterator to the first group instance in the group.

◆ end()

ConstIterator end ( ) const

Returns the iterator to the group instance after the last one in the group.

◆ groupFieldValue()

StringRef groupFieldValue ( ) const
inline

Returns the StringRef value of the repeating group field.

Definition at line 83 of file FlatGroup.h.

◆ size()

size_t size ( ) const
inline

Returns the number of instances in the repeating group.

Definition at line 80 of file FlatGroup.h.

◆ MessageOperator

friend class MessageOperator
friend

Definition at line 131 of file FlatGroup.h.