pub type U64D9 = Fixed<u64, 9>;
Decimal type with 9 decimals and backed by u64
9
u64
struct U64D9(/* private fields */);