[#BloombergLP-bdlt-FixUtil-generateRaw-0f] = 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). == Synopses Declared in `<bdlt_fixutil.h>` 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). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-0cf.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/Date.adoc[Date] const& object); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-0cf.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-071.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& object); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-071.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-0e.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& object); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-0e.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-05.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/DatetimeTz.adoc[DatetimeTz] const& object); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-05.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-067.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/Time.adoc[Time] const& object); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-067.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-0c9.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz] const& object); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-0c9.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-0a.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/Date.adoc[Date] const& object, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& configuration); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-0a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-076.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& object, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& configuration); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-076.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-081.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& object, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& configuration); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-081.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-068.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/DatetimeTz.adoc[DatetimeTz] const& object, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& configuration); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-068.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-06a.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/Time.adoc[Time] const& object, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& configuration); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-06a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/FixUtil/generateRaw-088.adoc[generateRaw]( char* buffer, xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz] const& object, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& configuration); ---- [.small]#xref:BloombergLP/bdlt/FixUtil/generateRaw-088.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#