OnixS C++ FIX Engine  4.10.1
API Documentation
RawMessagePointer Struct Reference

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

Public Member Functions

 RawMessagePointer ()
 
 RawMessagePointer (const char *buffer, size_t length)
 

Public Attributes

const char * buffer_
 
size_t length_
 

Detailed Description

Definition at line 176 of file ISessionStorage.h.

Constructor & Destructor Documentation

RawMessagePointer ( const char *  buffer,
size_t  length 
)

Member Data Documentation

const char* buffer_
Note
The buffer is NOT owned by the RawMessagePointer.

Definition at line 182 of file ISessionStorage.h.

size_t length_

Definition at line 184 of file ISessionStorage.h.


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