|
FIX 4.0 Demo 1.0
|
价格档位 More...
#include <order_book.hpp>

Public Member Functions | |
| PriceLevel (double p=0.0) | |
| bool | empty () const |
Public Attributes | |
| double | price |
| 价格 | |
| std::list< Order > | orders |
| 订单队列(时间优先) | |
| int64_t | totalQty |
| 该价位总数量 | |
价格档位
同一价格的所有订单,按时间顺序排列。
|
inlineexplicit |
|
inline |
| std::list<Order> fix40::PriceLevel::orders |
订单队列(时间优先)
| double fix40::PriceLevel::price |
价格
| int64_t fix40::PriceLevel::totalQty |
该价位总数量