FIX::MessageStoreFactory Class Referenceabstract

This interface must be implemented to create a MessageStore. More...

#include <MessageStore.h>

Inheritance diagram for FIX::MessageStoreFactory:

Public Member Functions

virtual ~MessageStoreFactory ()
virtual MessageStorecreate (const SessionID &)=0
virtual void destroy (MessageStore *)=0

Detailed Description

This interface must be implemented to create a MessageStore.

Definition at line 41 of file MessageStore.h.

Constructor & Destructor Documentation

◆ ~MessageStoreFactory()

virtual FIX::MessageStoreFactory::~MessageStoreFactory ( )
inlinevirtual

Definition at line 44 of file MessageStore.h.

44{}

Member Function Documentation

◆ create()

virtual MessageStore * FIX::MessageStoreFactory::create ( const SessionID & )
pure virtual

◆ destroy()

virtual void FIX::MessageStoreFactory::destroy ( MessageStore * )
pure virtual

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

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001