#include <OnixS/FIXEngine/FIX/SbeCustomization.h>
Public Member Functions | |
virtual | ~ISbeGroupDimensionEncoder () ONIXS_FIXENGINE_DEFAULT |
virtual void | encode (SbeBinaryOutputStream out, unsigned version, SbeGroupDimensionInput input)=0 |
The interface must be implemented by the encoder that encodes the group dimension composite.
The encoder is attached to the particular FIX group during the ISbeCustomCoderLibrary::queryGroupDimensionEncoder.
Definition at line 1083 of file SbeCustomization.h.
|
virtual |
|
pure virtual |
Encodes the group size data.
This method is used to encode the group dimension data to the output binary data. The core encoder calls this method before encoding of the repeating group content.
out | The binary data stream for the encoded data. |
version | The version of the composite being encoded. |
input | The data of the group to be encoded. |