![]() |
B2BITS FIX Antenna C++ 2.34.0
|
FIX field (tag and value). More...
#include <B2BITS_FixFieldsContainer.h>
Collaboration diagram for Engine::FixField:Public Types | |
| enum | FieldRole { FieldRole_GenericField = 1 , FieldRole_LeadingTag = 2 , FieldRole_LastFieldInGroup = 4 , FieldRole_StartTag = 8 } |
Public Member Functions | |
| FixField (int tag, const std::string &value, FieldRole role) | |
| Constructor. | |
Public Attributes | |
| unsigned int | role_ |
| Role. | |
| int | tag_ |
| FIX field tag. | |
| std::string | value_ |
| Value. | |
FIX field (tag and value).
|
inline |
Constructor.
| tag | FIX field tag |
| value | Field value |
| role | Field role |
| unsigned int Engine::FixField::role_ |
Role.
| int Engine::FixField::tag_ |
FIX field tag.
| std::string Engine::FixField::value_ |
Value.