Skip to content
EliteChart

TickSize

Documentation


Documentation / @elitechart/react / TickSize

code
type TickSize = number & {
  __brand: "TickSize";
};

Defined in: core/dist/index.d.ts:53

Minimum price increment. Strictly positive, finite.

Type Declaration

__brand

code
readonly __brand: "TickSize";

Example

code
import { asTickSize } from '@elitechart/core';
const tick: TickSize = asTickSize(0.01); // US equity penny tick