OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
SessionStorageType Struct Reference

Public Types

enum  Enum

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 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

◆ toString()

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

Returns the string representation of the given Session Storage type.