OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
MboBookBase Class Reference

#include <OnixS/CME/MDH/MboBook.h>

Protected Types

typedef MemoryPoolAllocator< OrderOrderAllocator
 

Protected Member Functions

 MboBookBase ()
 
 MboBookBase (MemoryPool &sharedPool)
 
 ~MboBookBase ()
 
OrderAllocator allocator () const
 

Detailed Description

Manages internals related with efficient order entry allocation.

Definition at line 32 of file MboBook.h.

Member Typedef Documentation

Instantiates allocator using MemoryPool for orders.

Definition at line 36 of file MboBook.h.

Constructor & Destructor Documentation

MboBookBase ( )
inlineprotected

Initializes with privately maintained memory pool.

Definition at line 39 of file MboBook.h.

MboBookBase ( MemoryPool sharedPool)
inlineprotected

Binds to given memory pool.

Definition at line 46 of file MboBook.h.

~MboBookBase ( )
inlineprotected

Releases memory pool according to policy.

Definition at line 53 of file MboBook.h.

Member Function Documentation

OrderAllocator allocator ( ) const
inlineprotected

Allocator over memory pool.

Definition at line 60 of file MboBook.h.


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