Abstract
Constructs a Price.
denominator and numerator must be raw, i.e. in the native representation
Units of base currency. E.g. 1 BTC would be 1_00000000
Units of quote currency. E.g. $30k at 6 decimals would be 30_000_000000
Readonly
baseReadonly
denominatorReadonly
isThis boolean checks to see if this is actually a Fraction.
Readonly
numeratorReadonly
quoteReadonly
scalarStatic
Readonly
ONEStatic
Readonly
ZEROFraction denominator.
Fraction numerator.
Performs floor division.
Abstract
newJSON representation of the Fraction.
Static
fromStatic
fromEnsures the other object is of this Fraction type.
Static
isGenerated using TypeDoc
Number with an integer numerator and denominator.