#include <OnixS/FIXEngine/FIX/SbeCustomization.h>
Public Member Functions | |
virtual | ~ISbeCompositeDecoder () ONIXS_FIXENGINE_DEFAULT |
virtual size_t | decode (SbeSpecialCompositeOutput output, unsigned version, const void *data, size_t available)=0 |
The decoder is attached to the particular composite during the ISbeCustomCoderLibrary::queryDecoder.
Definition at line 868 of file SbeCustomization.h.
|
virtual |
The virtual destructor.
|
pure virtual |
Decode composite data.
This method is used to read wire-level data and restore the content of the required composite data.
output | The destination for the decoded data. |
version | The version of the message being decoded. |
data | The wire-level data. |
available | The number of wire-level bytes available to analyze. |