#include <OnixS/B3/MarketData/UMDF/OrderBook.h>
Definition at line 183 of file OrderBook.h.
◆ difference_type
◆ iterator_category
◆ iterator_concept
◆ pointer
◆ reference
◆ value_type
◆ OrdersIterator() [1/2]
Creates an empty iterator.
◆ OrdersIterator() [2/2]
◆ operator*()
Returns the current element.
Definition at line 216 of file OrderBook.h.
◆ operator+()
Returns an iterator advanced by the given offset.
Definition at line 259 of file OrderBook.h.
◆ operator++() [1/2]
Advances the iterator to the next order.
Definition at line 250 of file OrderBook.h.
◆ operator++() [2/2]
Returns a copy of the iterator before incrementing it.
Definition at line 240 of file OrderBook.h.
◆ operator+=()
Advances the iterator by the given offset.
Definition at line 267 of file OrderBook.h.
◆ operator-()
Returns an iterator moved backward by the given offset.
Definition at line 295 of file OrderBook.h.
◆ operator--() [1/2]
Moves the iterator to the previous order.
Definition at line 286 of file OrderBook.h.
◆ operator--() [2/2]
Returns a copy of the iterator before decrementing it.
Definition at line 276 of file OrderBook.h.
◆ operator-=()
Moves the iterator backward by the given offset.
Definition at line 303 of file OrderBook.h.
◆ operator->()
Returns a pointer to the current element.
Definition at line 224 of file OrderBook.h.
◆ operator=()
Assigns another iterator.
◆ operator[]()
Returns the element at the given offset from the current position.
Definition at line 232 of file OrderBook.h.
◆ swap()
Exchanges the iterator state with another one.
Definition at line 203 of file OrderBook.h.
◆ valid()
Indicates whether the iterator is valid.
Definition at line 210 of file OrderBook.h.
◆ ConstOrdersRange
◆ operator!=
Compares two iterators for inequality.
Definition at line 331 of file OrderBook.h.
◆ operator+
Returns an iterator advanced by the given offset.
Definition at line 312 of file OrderBook.h.
◆ operator-
Returns the distance between two iterators.
Definition at line 359 of file OrderBook.h.
◆ operator<=>
Compares two iterators using three-way ordering.
Definition at line 342 of file OrderBook.h.
◆ operator==
Compares two iterators for equality.
Definition at line 321 of file OrderBook.h.