Public Member Functions
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]

List of all members.

Public Member Functions

MessageStorecreate (const SessionID &)
void destroy (MessageStore *)

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


Member Function Documentation

Implements FIX::MessageStoreFactory.

Definition at line 30 of file MessageStore.cpp.

{
  return new MemoryStore();
}
void FIX::MemoryStoreFactory::destroy ( MessageStore pStore) [virtual]

Implements FIX::MessageStoreFactory.

Definition at line 35 of file MessageStore.cpp.

{
  delete pStore;
}

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

Generated on Mon Sep 15 2014 01:23:57 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001