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