Skip to main content

Interface: IInitPriceDecimalsReturn

Properties

priceDecimals

priceDecimals: bigint

Number of decimal places that represent the tick size.


tick

tick: bigint

Raw tick size at this price (a fraction of the price ~ price * 10^-precision), fixed-point scaled by TICK_FIXED_SCALE.


fitPrice

fitPrice: bigint

price snapped down onto the tick grid, fixed-point scaled by TICK_FIXED_SCALE.