[][src]Module trade::order_book

A module defining a simple data structure representing an order book.

Modules

display

Utilities for displaying order books.

Structs

LimitUpdate

Represent a limit update of the order book.

OrderBook

An order book. Internally uses two BTreeMap, one for the bid side and another one for the ask side.