pub fn pprint_book(bids: &Ladder, asks: &Ladder, num_levels: usize) -> String
Return a String representation of the order book in a human-readable table format.
String