|
ITCHCPP 1.6.0
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
|
Aggregated state of one price level, for L2 depth snapshots. More...
#include <l3_book.hpp>
Public Attributes | |
| StandardPrice | price {} |
| The level's limit price. | |
| std::uint64_t | shares {0} |
| Total displayed shares resting at the level. | |
| std::uint32_t | order_count {0} |
| Number of resting orders at the level. | |
Aggregated state of one price level, for L2 depth snapshots.
Definition at line 32 of file l3_book.hpp.
| StandardPrice itch::book::DepthLevel::price {} |
The level's limit price.
Definition at line 33 of file l3_book.hpp.
Referenced by itch::book::L3Book::depth().
| std::uint64_t itch::book::DepthLevel::shares {0} |
Total displayed shares resting at the level.
Definition at line 34 of file l3_book.hpp.
| std::uint32_t itch::book::DepthLevel::order_count {0} |
Number of resting orders at the level.
Definition at line 35 of file l3_book.hpp.