This struct provides a namespace for a suite of pure functions that perform conversions between objects of bdlt vocabulary type and their FIX representations. Each generate and generateRaw method takes a bdlt object (of type Date, DateTz, Time, TimeTz, Datetime, or DatetimeTz) and outputs its corresponding FIX representation to a user‐supplied character buffer or bsl::ostream. The parse methods effect the opposite conversion in that they populate a bdlt object from the result of parsing a FIX representation.
Synopsis
Declared in <bdlt_fixutil.h>
struct FixUtil;
Enums
Name |
Description |
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 |
Static Member Functions
Name |
Description |
|
|
Write the FIX representation of the specified |
|
|
Created with MrDocs