B2BITS FIX Antenna C++ 2.32.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FixMessages::SG_FIX44::FloatField Class Reference

#include <ObjectFields.h>

+ Inheritance diagram for FixMessages::SG_FIX44::FloatField:
+ Collaboration diagram for FixMessages::SG_FIX44::FloatField:

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_
 

Constructor & Destructor Documentation

◆ FloatField()

FixMessages::SG_FIX44::FloatField::FloatField ( Engine::TagNum tag,
Engine::TagValue * msg )

Member Function Documentation

◆ get()

Engine::Decimal FixMessages::SG_FIX44::FloatField::get ( ) const

◆ getAsDouble()

double FixMessages::SG_FIX44::FloatField::getAsDouble ( ) const

◆ set() [1/3]

void FixMessages::SG_FIX44::FloatField::set ( double value)

◆ set() [2/3]

void FixMessages::SG_FIX44::FloatField::set ( Engine::AsciiString value)

◆ set() [3/3]

void FixMessages::SG_FIX44::FloatField::set ( Engine::Decimal value)