Write FIX representation of a DateTz to buffer.
Synopsis
Declared in <bdlt_fixutil.h>
static
int
generateRaw(
char* buffer,
DateTz const& object,
FixUtilConfiguration const& configuration);
Description
Same as the preceding overload for a DateTz, using the specified configuration.
Return Value
number of characters in the formatted string
Parameters
Name |
Description |
buffer |
output buffer |
object |
value to format |
configuration |
formatting configuration |
Created with MrDocs