68 bool decodeSingleMessage(
int version,
int templateId,
size_t rootBlockLength,
69 const unsigned char * buffer,
size_t offset,
size_t count,
IDecodeListener * listener,
70 size_t * numberOfDecodedBytes)
const;
73 unsigned schemaVersion()
const;
76 unsigned schemaId()
const;
79 std::string schemaSemanticVersion()
const;
83 std::string schemaHeaderType()
const;
The library that contains user-defined SBE coders.
Performs the SBE to FIX decoding.
#define ONIXS_FIXENGINE_API
The SBE decode session's listener.
Identifies the FIX messages dictionary.
ONIXS_FIXENGINE_API_DECL(class, IEngineListener)
ONIXS_FIXENGINE_API_DECL(class, IDecodeListener)