Click or drag to resize

FastMappingOptions Fields

The FastMappingOptions type exposes the following members.

Fields
 NameDescription
Public fieldBoolNtoString Representation as FAST string of 'false' value
Public fieldBoolYtoString Representation as FAST string of 'true' value
Public fieldCharToInt32AsAscii 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
Public fieldCharToUInt32AsAscii 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
Top
See Also