B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Engine::FastMappingOptions Struct Reference

#include <B2BITS_FastMappingOptions.h>

+ Collaboration diagram for Engine::FastMappingOptions:

Public Member Functions

 FastMappingOptions ()
 

Static Public Member Functions

static FastMappingOptions getBovespaOptions ()
 
static FastMappingOptions getCqgOptions ()
 

Public Attributes

std::string boolNtoString_
 Representation as FAST string of 'false' value.
 
std::string boolYtoString_
 Representation as FAST string of 'true' value.
 
bool charToInt32AsAscii_
 Method of conversion between FIX char and FAST int32.
 
bool charToUInt32AsAscii_
 Method of conversion between FIX char and FAST uint32.
 

Constructor & Destructor Documentation

◆ FastMappingOptions()

Engine::FastMappingOptions::FastMappingOptions ( )
inline

Member Function Documentation

◆ getBovespaOptions()

static FastMappingOptions Engine::FastMappingOptions::getBovespaOptions ( )
inlinestatic

◆ getCqgOptions()

static FastMappingOptions Engine::FastMappingOptions::getCqgOptions ( )
inlinestatic

Member Data Documentation

◆ boolNtoString_

std::string Engine::FastMappingOptions::boolNtoString_

Representation as FAST string of 'false' value.

Referenced by getBovespaOptions(), and getCqgOptions().

◆ boolYtoString_

std::string Engine::FastMappingOptions::boolYtoString_

Representation as FAST string of 'true' value.

Referenced by getBovespaOptions(), and getCqgOptions().

◆ charToInt32AsAscii_

bool Engine::FastMappingOptions::charToInt32AsAscii_

Method of conversion between FIX char and FAST int32.

if true char '0' will be 0 in int32 if false char '0' will be ASCII code of '0' in int32

Referenced by getBovespaOptions(), and getCqgOptions().

◆ charToUInt32AsAscii_

bool Engine::FastMappingOptions::charToUInt32AsAscii_

Method of conversion between FIX char and FAST uint32.

if true char '0' will be 0 in uint32 if false char '0' will be ASCII code of '0' in uint32

Referenced by getBovespaOptions(), and getCqgOptions().