Set the fractionalSecondPrecision attribute of this object to the specified value.
Synopsis
Declared in <bdlt_fixutilconfiguration.h>
void
setFractionalSecondPrecision(int value);
Description
The behavior is undefined unless 0 <= value and 6 >= value. Note that the FIX protocol allows for much higher precision.
Parameters
Name |
Description |
value |
fractional‐second digit count in the range |
Created with MrDocs