A price limit containing a FIFO queue of Order objects.
More...
#include <structures.hpp>
|
Count | count = 0 |
| the number of orders at this limit price
|
|
const uint32_t | _padding = 0 |
| padding for byte alignment
|
|
Volume | volume = 0 |
| the total amount of volume at this limit price (sum of order shares)
|
|
Order * | order_head = nullptr |
| the first order in the queue (next to execute)
|
|
Order * | order_tail = nullptr |
| the last order in the queue (last to execute)
|
|
A price limit containing a FIFO queue of Order objects.
◆ Limit()
DataFeed::LOB::Limit::Limit |
( |
Order * |
order | ) |
|
|
inlineexplicit |
Initialize a new limit data.
- Parameters
-
order | the initial order to create the limit with |
The documentation for this struct was generated from the following file: