B2BITS FIX Antenna C++ 2.33.0
|
#include <ObjectFields.h>
Public Member Functions | |
FloatField (Engine::TagNum tag, Engine::TagValue *msg) | |
Engine::Decimal | get () const |
double | getAsDouble () const |
void | set (double value) |
void | set (Engine::AsciiString value) |
void | set (Engine::Decimal 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::FloatField::FloatField | ( | Engine::TagNum | tag, |
Engine::TagValue * | msg ) |
Engine::Decimal FixMessages::SG_FIX44::FloatField::get | ( | ) | const |
double FixMessages::SG_FIX44::FloatField::getAsDouble | ( | ) | const |
void FixMessages::SG_FIX44::FloatField::set | ( | double | value | ) |
void FixMessages::SG_FIX44::FloatField::set | ( | Engine::AsciiString | value | ) |
void FixMessages::SG_FIX44::FloatField::set | ( | Engine::Decimal | value | ) |