#include <OnixS/B3/MarketData/UMDF/OrderBook.h>
Definition at line 384 of file OrderBook.h.
◆ ConstOrdersRange()
Creates an empty, invalid range.
◆ begin()
Returns an iterator to the first order.
Definition at line 391 of file OrderBook.h.
◆ cbegin()
Returns a const iterator to the first order.
Definition at line 405 of file OrderBook.h.
◆ cend()
Returns a const iterator to one past the last order.
Definition at line 412 of file OrderBook.h.
◆ empty()
Indicates whether the range contains no orders.
Definition at line 419 of file OrderBook.h.
◆ end()
Returns an iterator to one past the last order.
Definition at line 398 of file OrderBook.h.
◆ operator[]()
| const Order & operator[] |
( |
size_t | idx | ) |
const |
|
inlinenoexcept |
Returns the order at the given zero-based index.
Definition at line 433 of file OrderBook.h.
◆ size()
Returns the number of orders in the range.
Definition at line 426 of file OrderBook.h.
◆ valid()
Indicates whether the range is bound to storage.
Definition at line 444 of file OrderBook.h.
◆ OrderBook