#include <OnixS/FIXEngine/FIX/SbeCustomization.h>
Public Member Functions | |
virtual | ~ISbeGroupDimensionDecoder () ONIXS_FIXENGINE_DEFAULT |
virtual size_t | decode (SbeGroupDimensionOutput output, unsigned version, const void *data, size_t available)=0 |
The interface must be implemented by the decoder that decodes the group dimension composite.
The decoder is attached to the particular FIX group during the ISbeCustomCoderLibrary::queryGroupDimensionDecoder.
Definition at line 845 of file SbeCustomization.h.
|
virtual |
The virtual destructor.
|
pure virtual |
Decode the group size data.
This method is used to read wire-level data and restore repeating group parameters. The core decoder calls this method before the decoding of the repeating group content.
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. |