[#BloombergLP-bdlt-FixUtilConfiguration] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::FixUtilConfiguration :relfileprefix: ../../ :mrdocs: This unconstrained (value‐semantic) attribute class characterizes how to configure certain behavior in `FixUtil` functions. == Synopsis Declared in `<bdlt_fixutilconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FixUtilConfiguration; ---- == Description Currently, only the `generate` and `generateRaw` methods of that utility are affected by `FixUtilConfiguration` settings. See the section for information on the class attributes. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/FixUtilConfiguration/2constructor-0d0.adoc[`FixUtilConfiguration`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlt/FixUtilConfiguration/2destructor.adoc[`~FixUtilConfiguration`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/bdlt/FixUtilConfiguration/operator_assign.adoc[`operator=`] | Assign to this object the value of the specified `rhs` configuration, and return a reference providing modifiable access to this object. | xref:BloombergLP/bdlt/FixUtilConfiguration/fractionalSecondPrecision.adoc[`fractionalSecondPrecision`] | Return the value of the `fractionalSecondPrecision` attribute of this object. | xref:BloombergLP/bdlt/FixUtilConfiguration/print.adoc[`print`] | Write this object to `stream` in human‐readable form. | xref:BloombergLP/bdlt/FixUtilConfiguration/setFractionalSecondPrecision.adoc[`setFractionalSecondPrecision`] | Set the `fractionalSecondPrecision` attribute of this object to the specified `value`. | xref:BloombergLP/bdlt/FixUtilConfiguration/setUseZAbbreviationForUtc.adoc[`setUseZAbbreviationForUtc`] | Set the `useZAbbreviationForUtc` attribute of this object to the specified `value`. | xref:BloombergLP/bdlt/FixUtilConfiguration/useZAbbreviationForUtc.adoc[`useZAbbreviationForUtc`] | Return the value of the `useZAbbreviationForUtc` attribute of this object. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/FixUtilConfiguration/defaultConfiguration.adoc[`defaultConfiguration`] | Return the value of the process‐wide `FixUtilConfiguration` that is currently in effect. | xref:BloombergLP/bdlt/FixUtilConfiguration/setDefaultConfiguration.adoc[`setDefaultConfiguration`] | Set the process‐wide `FixUtilConfiguration` to the specified `configuration`. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlt/operator_not_eq-06a.adoc[BloombergLP::bdlt::operator!=]` | Return `true` if the configurations differ. | `xref:BloombergLP/bdlt/operator_eq-086.adoc[BloombergLP::bdlt::operator==]` | Return `true` if the specified `lhs` and `rhs` have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#