pub fn check_positive_price(value: Price, param: &str) -> Result<()>
Checks the given price is positive.
price
Returns an error if the validation check fails.