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 229 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 248 of file FieldConvertors.h.

250  :
251 
252  static const int SIGNIFICANT_DIGITS = 15;

◆ convert() [2/3]

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

Definition at line 243 of file FieldConvertors.h.

250  :
251 

◆ convert() [3/3]

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

Definition at line 231 of file FieldConvertors.h.

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

References FIX::IntConvertor::convert().

Referenced by FIX::IntConvertor::convert(), FIX::UtcTimeOnlyField::getValue(), 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:170

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