Public Member Functions
FIX::NullStoreFactory Class Reference

Null implementation of MessageStore. More...

#include <NullStore.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Null implementation of MessageStore.

Will not actually store messages. Useful for admin-only or market data-only applications.

Definition at line 43 of file NullStore.h.


Member Function Documentation

Implements FIX::MessageStoreFactory.

Definition at line 31 of file NullStore.cpp.

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

Implements FIX::MessageStoreFactory.

Definition at line 36 of file NullStore.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