def round_price(self, price: str) -> Decimal: return Decimal(price).quantize(self.quote_increment, rounding=ROUND_HALF_EVEN)