49 operator std::string()
const;
73 bool toNumber(
Int32 &)
const;
83 bool toNumber(
UInt32 &)
const;
93 bool toNumber(
Int64 &)
const;
103 bool toNumber(
UInt64 &)
const;
113 bool toNumber(
Double &)
const;
123 bool toNumber(
Decimal &)
const;
187 bool toChar(
char &)
const;
198 bool toGroup(
Group &)
const;
201 void toString(std::string &)
const;
204 std::string toString()
const;
215 friend class MessageOperator;
238 operator std::string()
const 264 const std::string & str)
273 const std::string & str)
281 const std::string & str,
290 const std::string & str,
Encapsulates operations over the FIX Repeating Group.
#define ONIXS_FIXENGINE_API
bool operator!=(const FieldValueRef &) const
Compares with another instance for inequality.
bool operator==(const FieldValueRef &) const
Compares with another instance for equality.
Implements a concept of a read-only reference to a FIX field value.
std::string toString() const
Return the string presentation of the field value.
Provides an efficient way of accessing text-based FIX field values.
unsigned long long UInt64
ONIXS_FIXENGINE_API_DECL(class, IEngineListener)
The time span related functionality.
bool operator==(const FieldValueRef &ref, const std::string &str)
The Decimal type for a better precision.
Encapsulates operations over a FIX Message.
StringRef toStringRef() const
If the value represents a text, returns a reference to it.
The timestamps related functionality.
bool operator!=(const FieldValueRef &ref, const std::string &str)