Function book_check_integrity

Source
pub fn book_check_integrity(book: &OrderBook) -> Result<(), BookIntegrityError>
Expand description

Checks the integrity of the given order book.

ยงErrors

Returns an error if a book integrity check fails.