OnixS C++ FIX Engine  4.10.1
API Documentation
SessionStorageType Struct Reference

#include <OnixS/FIXEngine/FIX/SessionStorageType.h>

Public Types

enum  Enum {
  Undefined, FileBased, AsyncFileBased, MemoryBased,
  Pluggable
}
 

Static Public Member Functions

static ONIXS_FIXENGINE_API const char * toString (SessionStorageType::Enum value)
 

Detailed Description

Definition at line 29 of file SessionStorageType.h.

Member Enumeration Documentation

enum Enum
Enumerator
Undefined 

The storage type is undefined.

FileBased 

The file based storage. The session's state and messages are persisted to the file system.

AsyncFileBased 

The asynchronous file based storage. The session's state and messages are persisted to the file system asynchronous in the separated thread.

MemoryBased 

The memory based storage. The session's state and messages are NOT persisted.

Pluggable 

The custom session storage.

Definition at line 30 of file SessionStorageType.h.

Member Function Documentation

static ONIXS_FIXENGINE_API const char* toString ( SessionStorageType::Enum  value)
static

Returns the string representation of the given Session Storage type.


The documentation for this struct was generated from the following file: