pub fn parse_book_level( level: &[String], price_precision: u8, size_precision: u8, label: &str, ) -> Result<(Price, Quantity)>