parse_trigger_price

Function parse_trigger_price 

Source
pub fn parse_trigger_price(trigger_px: &str) -> Result<Decimal>
Expand description

Parses trigger price from string to Decimal.

§Arguments

  • trigger_px - Trigger price as string

§Returns

Parsed Decimal value or error.