OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
Int64Converter Struct Referencefinal

Public Member Functions

const ChartypeName () const noexcept override
Public Member Functions inherited from IntegerConverter< Int64 >
virtual bool convert (StrRef &, const ValueContainer &) const noexcept
virtual bool convert (MaturityMonthYear &, const ValueContainer &) const noexcept
void toStr (std::string &str, const ValueContainer &container) const override
Public Member Functions inherited from ValueConverter
virtual StrRef toStr (Char *, size_t, const ValueContainer &) const
virtual bool convert (Char &, const ValueContainer &) const noexcept
virtual bool convert (Int8 &, const ValueContainer &) const noexcept
virtual bool convert (UInt8 &, const ValueContainer &) const noexcept
virtual bool convert (Int16 &, const ValueContainer &) const noexcept
virtual bool convert (UInt16 &, const ValueContainer &) const noexcept
virtual bool convert (Int32 &, const ValueContainer &) const noexcept
virtual bool convert (UInt32 &, const ValueContainer &) const noexcept
virtual bool convert (Int64 &, const ValueContainer &) const noexcept
virtual bool convert (UInt64 &, const ValueContainer &) const noexcept
virtual bool convert (Decimal &, const ValueContainer &) const noexcept
virtual bool convert (Timestamp &, const ValueContainer &) const

Static Public Member Functions

static const ValueConverterself () noexcept

Protected Member Functions

 ~Int64Converter ()=default
Protected Member Functions inherited from IntegerConverter< Int64 >
 ~IntegerConverter ()=default
Protected Member Functions inherited from ValueConverter
 ~ValueConverter ()=default

Detailed Description

Definition at line 978 of file ValueConverters.h.

Constructor & Destructor Documentation

◆ ~Int64Converter()

~Int64Converter ( )
protecteddefault

Member Function Documentation

◆ self()

const ValueConverter & self ( )
staticnoexcept

◆ typeName()

const Char * typeName ( ) const
inlineoverridevirtualnoexcept

The name of the type whose values are manipulated through the given converter.

Implements ValueConverter.

Definition at line 985 of file ValueConverters.h.