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

Constructor & Destructor Documentation

◆ ~MessageStoreFactory()

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

Definition at line 44 of file MessageStore.h.

References create(), and destroy().

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 Sun Apr 15 2018 21:44:06 for QuickFIX by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2001