[#BloombergLP-bdlt-FixUtil-generateRaw-0cf] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/FixUtil.adoc[FixUtil]::generateRaw :relfileprefix: ../../../ :mrdocs: Write the FIX representation of the specified `object` to the specified `buffer`. 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. `buffer` is not null terminated. The behavior is undefined unless `buffer` has sufficient capacity. Note that a buffer of size `k_MAX_STRLEN + 1` is large enough to hold any string generated by this component (counting a null terminator, if any). == Synopsis Declared in `<bdlt_fixutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int generateRaw( char* buffer, xref:BloombergLP/bdlt/Date.adoc[Date] const& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#