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

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

Public Member Functions

virtual ~ISessionStorageListener () ONIXS_FIXENGINE_DEFAULT
 
virtual void onReplayedMessage (const RawMessagePointer &pointer)=0
 

Detailed Description

Definition at line 188 of file ISessionStorage.h.

Constructor & Destructor Documentation

virtual ~ISessionStorageListener ( )
virtual
Note
The FIX Engine/Session Storage does NOT manage the lifetime of this listener.

Member Function Documentation

virtual void onReplayedMessage ( const RawMessagePointer pointer)
pure virtual

The Implementation should pass required messages one by one to this method.


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