FIX field (tag & 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 & value).
Definition at line 59 of file B2BITS_FixFieldsContainer.h.
Definition at line 60 of file B2BITS_FixFieldsContainer.h.
| Engine::FixField::FixField | ( | int | tag, |
| const std::string & | value, | ||
| FieldRole | role | ||
| ) | [inline] |
Constructor.
| tag | FIX field tag |
| value | Field value |
| role | Field role |
Definition at line 75 of file B2BITS_FixFieldsContainer.h.
| unsigned int Engine::FixField::role_ |
Role.
Definition at line 69 of file B2BITS_FixFieldsContainer.h.
FIX field tag.
Definition at line 67 of file B2BITS_FixFieldsContainer.h.
| std::string Engine::FixField::value_ |
Value.
Definition at line 68 of file B2BITS_FixFieldsContainer.h.
1.7.2