pub fn check_positive_price(value: Price, param: &str) -> Result<()>
Checks the price value is positive.
value
Returns an error if value is PRICE_UNDEF or not positive.
PRICE_UNDEF