FIX field (tag & value).
More...
#include <B2BITS_FixFieldsContainer.h>
Enumerator |
---|
FieldRole_GenericField |
Indicates generic field (String, Int, month-year, etc)
|
FieldRole_LeadingTag |
Indicates leading tag of the repeating group.
|
FieldRole_LastFieldInGroup |
Indicates last field in the repeating group.
|
FieldRole_StartTag |
Indicates first tag of the repeating group entry.
|
Engine::FixField::FixField |
( |
int |
tag, |
|
|
const std::string & |
value, |
|
|
FieldRole |
role |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
tag | FIX field tag |
value | Field value |
role | Field role |
unsigned int Engine::FixField::role_ |
int Engine::FixField::tag_ |
std::string Engine::FixField::value_ |