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 [0 .. 6]

Created with MrDocs