#include <OnixS/FIXEngine/FIX/SbeCustomization.h>
Public Member Functions | |
~SbeFieldCodingSettings () ONIXS_FIXENGINE_DEFAULT | |
The handling of named values. | |
The methods control how to handle fields that uses the name-value mapping. Such fields are set and enumeration fields.
| |
void | useValueNamesExternally (bool) |
bool | useValueNamesExternally () const |
The Usage of the formatted date and time. | |
The methods control how to handle fields that represents the date and time.
| |
void | useFormattedDateTime (bool) |
bool | useFormattedDateTime () const |
Friends | |
SbeFieldCodingSettings | createSbeFieldCodingSettings (void *) |
The class allows to control different aspects of the coding without usage of custom coders. The request for the management is issued for each field of all FIX messages unless the coding library has been provided a custom coder for the given FIX field.
Definition at line 529 of file SbeCustomization.h.
void useFormattedDateTime | ( | bool | ) |
Controls the usage of the formatted date and time.
bool useFormattedDateTime | ( | ) | const |
Checks if the formatted date and time used.
void useValueNamesExternally | ( | bool | ) |
Controls the usage of value names.
bool useValueNamesExternally | ( | ) | const |
Checks if the value names are used externally.
|
friend |