OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
Decoder Member List

This is the complete list of members for Decoder, including all inherited members.

decode(int templateId, int version, size_t rootBlockLength, const unsigned char *buffer, size_t bufferSize, size_t *numberOfDecodedBytes=ONIXS_FIXENGINE_NULLPTR) constDecoder
decode(const unsigned char *buffer, size_t bufferSize, size_t *numberOfDecodedBytes=ONIXS_FIXENGINE_NULLPTR, int *templateId=ONIXS_FIXENGINE_NULLPTR, int *version=ONIXS_FIXENGINE_NULLPTR) constDecoder
Decoder(const std::string &xmlTemplates, const OnixS::FIX::Dictionary &fixDictionary, ISbeCustomCoderLibrary *customCoders=ONIXS_FIXENGINE_NULLPTR)Decoder
Decoder(const std::string &xmlTemplates, ISbeCustomCoderLibrary *customCoders=ONIXS_FIXENGINE_NULLPTR)Decoder
Decoder(ProtocolVersion::Enum baseVersion, const std::string &xmlTemplates, ISbeCustomCoderLibrary *customCoders=ONIXS_FIXENGINE_NULLPTR)Decoder
fixDictionary() constDecoder
generateFixDictionary(const std::string &sbeTemplateXml)Decoderstatic
generateFixDictionary(ProtocolVersion::Enum baseVersion, const std::string &sbeTemplateXml)Decoderstatic
maximumNumberOfRepeatingGroupEntries(int value)Decoder
maximumNumberOfRepeatingGroupEntries() constDecoder
schemaHeaderType() constDecoder
schemaId() constDecoder
schemaSemanticVersion() constDecoder
schemaVersion() constDecoder
tryDecode(int templateId, int version, size_t rootBlockLength, const unsigned char *buffer, size_t offset, size_t count, OnixS::FIX::Message *message, size_t *numberOfDecodedBytes) constDecoder
~Decoder()Decoder