![]() |
B2BITS FIX Antenna C++ 2.34.0
|
#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. | |
|
inline |
|
inlinestatic |
References boolNtoString_, boolYtoString_, charToInt32AsAscii_, and charToUInt32AsAscii_.
|
inlinestatic |
References boolNtoString_, boolYtoString_, charToInt32AsAscii_, and charToUInt32AsAscii_.
| std::string Engine::FastMappingOptions::boolNtoString_ |
Representation as FAST string of 'false' value.
Referenced by getBovespaOptions(), and getCqgOptions().
| std::string Engine::FastMappingOptions::boolYtoString_ |
Representation as FAST string of 'true' value.
Referenced by getBovespaOptions(), and getCqgOptions().
| 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().
| 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().