[#BloombergLP-bdlt-FixUtil-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/FixUtil.adoc[FixUtil]::Unnamed enum :relfileprefix: ../../../ :mrdocs: This enumeration defines fixed lengths for the FIX representations of date, time, and datetime values. Note that these constants do _not_ account for the null terminator that may be produced by the `generate` functions taking a `bufferLength` argument. == Synopsis Declared in `<bdlt_fixutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1"] |=== | Name | `k_DATE_STRLEN` | `k_DATETZ_STRLEN` | `k_TIME_STRLEN` | `k_TIMETZ_STRLEN` | `k_DATETIME_STRLEN` | `k_DATETIMETZ_STRLEN` | `k_MAX_STRLEN` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#