#include <OnixS/Eurex/MarketData/EOBI/EobiBook.h>
Public Types | |
typedef std::vector< PriceLevel > | Array |
typedef Array::iterator | ArrayEntry |
typedef Array::const_iterator | ArrayConstEntry |
Definition at line 113 of file EobiBook.h.
typedef std::vector<PriceLevel> Array |
Sequential collection of price levels.
Definition at line 116 of file EobiBook.h.
typedef Array::const_iterator ArrayConstEntry |
Iterator for read-only access.
Definition at line 122 of file EobiBook.h.
typedef Array::iterator ArrayEntry |
Mutable entry iterator.
Definition at line 119 of file EobiBook.h.