OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
ISessionStorage::RawMessagePointer Struct Reference

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() [1/2]

◆ RawMessagePointer() [2/2]

RawMessagePointer ( const char * buffer,
size_t length )

Member Data Documentation

◆ buffer_

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

Definition at line 55 of file ISessionStorage.h.

◆ length_

size_t length_

Definition at line 57 of file ISessionStorage.h.