pub fn parse_trigger_price(trigger_px: &str) -> Result<Decimal>
Parses trigger price from string to Decimal.
Parsed Decimal value or error.