#include <OrderBook.h>
Public Types | |
| typedef Rational | Price |
Public Member Functions | |
| PriceLevel (const Rational &inPrice=Rational(), int inQuantity=0, int inImpliedQuantity=0, short inOrderCount=0, short inImpliedOrderCount=0) | |
Public Attributes | |
| Rational | price |
| int | quantity |
| int | impliedQuantity |
| short | orderCount |
| short | impliedOrderCount |
Definition at line 34 of file OrderBook.h.
Definition at line 36 of file OrderBook.h.
|
inlineexplicit |
Constructor.
Definition at line 54 of file OrderBook.h.
| short impliedOrderCount |
Implied order count at price.
Definition at line 51 of file OrderBook.h.
| int impliedQuantity |
Implied order quantity at price.
Definition at line 45 of file OrderBook.h.
| short orderCount |
Order count at price.
Definition at line 48 of file OrderBook.h.
| Rational price |
Raw exchange price (fixed point).
Definition at line 39 of file OrderBook.h.
| int quantity |
Total order quantity at price.
Definition at line 42 of file OrderBook.h.