Static Public Member Functions | List of all members
FIX::CheckSumConvertor Struct Reference

Converts checksum to/from a string. More...

#include <FieldConvertors.h>

Static Public Member Functions

static std::string convert (int value) throw ( FieldConvertError )
 
static bool convert (const std::string &value, int &result)
 
static int convert (const std::string &value) throw ( FieldConvertError )
 

Detailed Description

Converts checksum to/from a string.

Definition at line 227 of file FieldConvertors.h.

Member Function Documentation

◆ convert() [1/3]

static int FIX::CheckSumConvertor::convert ( const std::string &  value)
throw (FieldConvertError
)
inlinestatic

Definition at line 246 of file FieldConvertors.h.

250  :
251 

◆ convert() [2/3]

static bool FIX::CheckSumConvertor::convert ( const std::string &  value,
int &  result 
)
inlinestatic

Definition at line 241 of file FieldConvertors.h.

242  :
243 
244  static double fast_strtod( const char * buffer, int size, int * processed_chars );

◆ convert() [3/3]

static std::string FIX::CheckSumConvertor::convert ( int  value)
throw (FieldConvertError
)
inlinestatic

Definition at line 229 of file FieldConvertors.h.

233  {
234  return IntConvertor::convert( value );
235  }
236 };
237 
239 struct DoubleConvertor

Referenced by FIX::IntConvertor::convert(), FIX::UtcTimeOnlyField::operator!=(), and FIX::UtcTimeOnlyField::operator==().


The documentation for this struct was generated from the following file:
FIX::IntConvertor::convert
static std::string convert(signed_int value)
Definition: FieldConvertors.h:168

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2001