Order book - where available - is handled very similarly in the framework to market depth. This section mostly describes the differences rather than repeating identical information.
The key differences are as follows:
The order book may include entries on both sides of the current price - users' stop orders as well as limits - whereas market depth will only have entries at and "below" the current price.
The back-end system may list the order book as any of the following: every individual order, or aggregated totals of the orders at each price, or aggregated totals for bands of prices such as 0.0010. In the two latter cases the order-book messages from the framework will have a
The volumes in the order book may not be normal trading volumes; they may be a different kind of value such as percentages of the total open volume. You can only rely on the volume figures having meaning relative to each other; you cannot rely on each one having independent validity in relation to the market's
Order book for a market must be requested, using
The parameters for
You should terminate requests when you no longer need them, using
The
| Property | Description |
| granularity | Level of aggregation applied by the back-end system. If |