Public Member Functions | List of all members
FIX::MessageStoreFactory Class Referenceabstract

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

#include <MessageStore.h>

Inheritance diagram for FIX::MessageStoreFactory:
Inheritance graph
[legend]

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 58 of file MessageStore.h.

Constructor & Destructor Documentation

◆ ~MessageStoreFactory()

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

Definition at line 61 of file MessageStore.h.

67 {

References FIX::MessageStore::set(), and FIX::MessageStore::~MessageStore().

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 Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001