OnixS C++ FIX Engine  4.10.1
API Documentation
ISbeCompositeEncoder Class Referenceabstract

#include <OnixS/FIXEngine/FIX/SbeCustomization.h>

Public Member Functions

virtual ~ISbeCompositeEncoder () ONIXS_FIXENGINE_DEFAULT
 
virtual void encode (SbeBinaryOutputStream out, unsigned version, SbeSpecialCompositeInput input)=0
 

Detailed Description

The encoder is attached to the particular composite during the ISbeCustomCoderLibrary::queryEncoder.

Definition at line 1063 of file SbeCustomization.h.

Constructor & Destructor Documentation

virtual ~ISbeCompositeEncoder ( )
virtual

Member Function Documentation

virtual void encode ( SbeBinaryOutputStream  out,
unsigned  version,
SbeSpecialCompositeInput  input 
)
pure virtual

The encode composite data.

This method is used to encode the composite to the binary data.

Parameters
outThe binary data stream for the encoded data.
versionThe version of the composite being encoded.
inputThe content of the composite to encode.

The documentation for this class was generated from the following file: