Skip to main content

Amount

Type Alias Amount 

Source
pub type Amount = Decimal;
Expand description

The numeric type for FIX float-family fields (Price, Qty, Amt, Float, Percentage). Exact fixed-point rust_decimal::Decimal with the decimal feature (default), or f64 without it. Generated typed accessors use this alias, so the whole typed API switches with the feature.

Aliased Typeยง

pub struct Amount { /* private fields */ }