B2BITS FIX Antenna C++ 2.33.0
|
#include <B2BITS_FIXMsgHelper.h>
Static Public Member Functions | |
static TagValue * | addEntryToNestedGroup (FIXGroup &parent, int leading_group_tag, int index) |
static TagValue * | addEntryToNestedGroup (FIXGroup *parent, int leading_group_tag, int index) |
Creates new entry in repeating group by leading field tag number. | |
static TagValue * | addEntryToNestedGroup (TagValue &parent, int leading_group_tag) |
static TagValue * | addEntryToNestedGroup (TagValue *parent, int leading_group_tag) |
Creates new entry in repeating group by leading field tag number. | |
|
inlinestatic |
References addEntryToNestedGroup().
|
inlinestatic |
Creates new entry in repeating group by leading field tag number.
parent | FIXGroup, that contains target entry with target nested group. |
leading_group_tag | Tag number of the leading field value. |
index | Index of entry, that contains target nested group. |
Utils::Exception | if requested group not defined this message type. |
References Engine::FIXGroup::getAsInt(), Engine::FIXGroup::getEntry(), Engine::FIXGroup::getGroup(), Engine::FIXGroup::isEmpty(), and Engine::FIXGroup::set().
|
inlinestatic |
References addEntryToNestedGroup().
|
inlinestatic |
Creates new entry in repeating group by leading field tag number.
parent | FIXMessage or FIXGroup entry, that contains target group. |
leading_group_tag | Tag number of the leading field value. |
Utils::Exception | if requested group not defined this message type. |
References Engine::TagValue::getAsInt(), Engine::FIXGroup::getEntry(), Engine::TagValue::getGroup(), Engine::TagValue::isEmpty(), and Engine::TagValue::set().
Referenced by addEntryToNestedGroup(), and addEntryToNestedGroup().