A count of events associated with this tick.
The tick delta associated with this tick.
The rate of the external fee associated with this tick.
The implied volatility of derived from this price in the pool.
The unique identifier for the tick.
Optional
liquidityThe liquidity rate, optional.
The long tick delta associated with this tick.
Optional
longThe long liquidity rate, optional.
Optional
nextA reference to the next tick, if it exists.
The normalized price of the asset, valued between [0,1].
Optional
prevA reference to the previous tick, if it exists.
The price associated with this tick.
The short tick delta associated with this tick.
Optional
shortThe short liquidity rate, optional.
The total value of the asset locked in smart contracts.
The total value locked, denominated in Ether.
The total value locked, denominated in US dollars.
Generated using TypeDoc
Tick
The Tick interface represents extensive tick data in an option pool. It includes properties for various financial metrics and pointers to the previous and next ticks.