SymbolInfo
Documentation / @elitechart/core / SymbolInfo
Defined in: data/types.ts:127
Minimal symbol metadata needed to render a chart. Derived priceScale
(decimals) is precomputed from tickSize so the renderer doesn't pay
Math.log10 per paint.
Example
Properties
currency?
Defined in: data/types.ts:133
description
Defined in: data/types.ts:130
exchange?
Defined in: data/types.ts:131
id
Defined in: data/types.ts:128
priceScale
Defined in: data/types.ts:136
Digits after the decimal point for display, derived from tickSize.
ticker
Defined in: data/types.ts:129
tickSize
Defined in: data/types.ts:134
type
Defined in: data/types.ts:132