Interface: DepthOptions
Defined in: finance/charts.ts:145
Properties
askColor?
ts
optional askColor?: string | Color;Defined in: finance/charts.ts:150
asks
ts
asks: ArrayLike<readonly [number, number]>;Defined in: finance/charts.ts:148
bidColor?
ts
optional bidColor?: string | Color;Defined in: finance/charts.ts:149
bids
ts
bids: ArrayLike<readonly [number, number]>;Defined in: finance/charts.ts:147
[price, size] levels (any order).
renderType?
ts
optional renderType?: RenderType;Defined in: finance/charts.ts:152
yAxis?
ts
optional yAxis?: string;Defined in: finance/charts.ts:151