OnixS C++ FIX Engine  4.10.1
API Documentation
SbeBinaryOutputStream Class Reference

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

Public Member Functions

 ~SbeBinaryOutputStream () ONIXS_FIXENGINE_DEFAULT
 
void put (const void *data, SbeWireSize size)
 

Friends

SbeBinaryOutputStream createSbeBinaryOutputStream (void *)
 

Detailed Description

Definition at line 887 of file SbeCustomization.h.

Constructor & Destructor Documentation

Member Function Documentation

void put ( const void *  data,
SbeWireSize  size 
)

Write data.

The method writes data to the destination binary stream and moves the stream pointer to the end of the written data. Subsequent writing will add new data to the end of the previously written ones.

Parameters
dataThe data to write.
sizeThe number of bytes to write.

Friends And Related Function Documentation

SbeBinaryOutputStream createSbeBinaryOutputStream ( void *  )
friend

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