OnixS C++ FIX Engine  4.10.1
API Documentation
ISessionStorage::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 49 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 55 of file ISessionStorage.h.

size_t length_

Definition at line 57 of file ISessionStorage.h.


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