OnixS C++ FIX Engine  4.10.1
API Documentation
Decoder Member List

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

decode(const char *buffer, size_t bufferSize)Decoder
decode(const unsigned char *buffer, size_t bufferSize)Decoder
decode(const std::vector< char > &chunk)Decoder
decode(const OnixS::Sockets::Bytes &chunk)Decoder
Decoder(const std::string &xmlTemplates, const OnixS::FIX::Dictionary &fixDictionary, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits)Decoder
Decoder(const std::string &xmlTemplates, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits)Decoder
Decoder(ProtocolVersion::Enum baseVersionForGeneratedDictionary, const std::string &xmlTemplates, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits)Decoder
Decoder(ProtocolVersion::Enum baseVersionForGeneratedDictionary, const std::string &xmlTemplates, const std::string &genericFixDictionaryId, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits)Decoder
fixDictionary() const Decoder
generateFixDictionary(const std::string &fastTemplateXml, const std::string &fixDictionaryId, std::string *fixDictionaryXml)Decoderstatic
generateFixDictionary(ProtocolVersion::Enum baseVersion, const std::string &fastTemplateXml, const std::string &fixDictionaryId, std::string *fixDictionaryXml)Decoderstatic
inputDataTraits() const Decoder
maximumNumberOfRepeatingGroupEntries(int value)Decoder
maximumNumberOfRepeatingGroupEntries() const Decoder
reset()Decoder
tryDecode(const char *buffer, size_t offset, size_t count, OnixS::FIX::Message *message, size_t *numberOfDecodedBytes)Decoder
tryDecode(const unsigned char *buffer, size_t offset, size_t count, OnixS::FIX::Message *message, size_t *numberOfDecodedBytes)Decoder
tryDecodeUnsignedInteger(const char *buffer, size_t bufferSize, unsigned int *value, size_t *fieldLength)Decoderstatic
tryDecodeUnsignedInteger(const unsigned char *buffer, size_t bufferSize, unsigned int *value, size_t *fieldLength)Decoderstatic
~Decoder()Decoder