@barchart/chart-lib 2.373.0 → 2.374.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -425,6 +425,10 @@ declare module "@barchart/chart-lib" {
|
|
|
425
425
|
| "Volume"
|
|
426
426
|
| "OpenInterest"
|
|
427
427
|
| "Last"
|
|
428
|
+
| "Bid"
|
|
429
|
+
| "BidSize"
|
|
430
|
+
| "Ask"
|
|
431
|
+
| "AskSize"
|
|
428
432
|
| "Symbol"
|
|
429
433
|
| "Change"
|
|
430
434
|
| "PercentChange"
|
|
@@ -619,6 +623,7 @@ declare module "@barchart/chart-lib" {
|
|
|
619
623
|
PerVolume,
|
|
620
624
|
PerRange,
|
|
621
625
|
PerSeconds,
|
|
626
|
+
TopOfBook,
|
|
622
627
|
}
|
|
623
628
|
|
|
624
629
|
interface AggregationCommon {
|