[#BloombergLP-bdlt-FixUtil-generate-0b2] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/FixUtil.adoc[FixUtil]::generate :relfileprefix: ../../../ :mrdocs: Load the FIX representation of the specified `object` into the specified `string`. Optionally specify a `configuration` to affect the format of the generated string. If `configuration` is not supplied, the process‐wide default value `FixUtilConfiguration::defaultConfiguration()` is used. Return the number of characters in the formatted string. The previous contents of `string` (if any) are discarded. == Synopsis Declared in `<bdlt_fixutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int generate( std::pmr::string* string, xref:BloombergLP/bdlt/Date.adoc[Date] const& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#