Public Member Functions | List of all members
FIX::MemoryStoreFactory Class Reference

Creates a memory based implementation of MessageStore. More...

#include <MessageStore.h>

Inheritance diagram for FIX::MemoryStoreFactory:
Inheritance graph
[legend]
Collaboration diagram for FIX::MemoryStoreFactory:
Collaboration graph
[legend]

Public Member Functions

MessageStorecreate (const SessionID &)
 
void destroy (MessageStore *)
 
- Public Member Functions inherited from FIX::MessageStoreFactory
virtual ~MessageStoreFactory ()
 

Detailed Description

Creates a memory based implementation of MessageStore.

This will lose all data on process termination. This class should only be used for test applications, never in production.

Definition at line 72 of file MessageStore.h.

Member Function Documentation

◆ create()

MessageStore * FIX::MemoryStoreFactory::create ( const SessionID )
virtual

Implements FIX::MessageStoreFactory.

Definition at line 47 of file MessageStore.cpp.

50 {

◆ destroy()

void FIX::MemoryStoreFactory::destroy ( MessageStore pStore)
virtual

Implements FIX::MessageStoreFactory.

Definition at line 52 of file MessageStore.cpp.


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

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001