B2BITS FIX Antenna C++ 2.33.0
|
#include <ObjectFields.h>
Public Member Functions | |
BooleanField (Engine::TagNum tag, Engine::TagValue *msg) | |
bool | get () const |
void | set (bool value) |
void | set (Engine::AsciiString value) |
Public Member Functions inherited from FixMessages::SG_FIX44::AnyField | |
AnyField (Engine::TagNum tag, Engine::TagValue *msg) | |
bool | isEmpty () const |
bool | isSet () const |
void | remove () |
void | set (Engine::AsciiString value) |
std::string | toString () const |
Additional Inherited Members | |
Protected Attributes inherited from FixMessages::SG_FIX44::AnyField | |
Engine::TagValue *const | msg_ |
Engine::TagNum const | tag_ |
FixMessages::SG_FIX44::BooleanField::BooleanField | ( | Engine::TagNum | tag, |
Engine::TagValue * | msg ) |
bool FixMessages::SG_FIX44::BooleanField::get | ( | ) | const |
void FixMessages::SG_FIX44::BooleanField::set | ( | bool | value | ) |
void FixMessages::SG_FIX44::BooleanField::set | ( | Engine::AsciiString | value | ) |