@millistream/millistream-widgets 1.0.25 → 1.0.26
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.
- package/millistream-widgets.js +4 -1
- package/package.json +1 -1
package/millistream-widgets.js
CHANGED
|
@@ -3491,7 +3491,7 @@ function Milli_OptionsList(settings) {
|
|
|
3491
3491
|
let m_currentinsrefs = [];
|
|
3492
3492
|
let m_pushfields = [];
|
|
3493
3493
|
let m_strikes = [];
|
|
3494
|
-
|
|
3494
|
+
let m_strikedates = [];
|
|
3495
3495
|
let m_strikepricedecimals = 2;
|
|
3496
3496
|
|
|
3497
3497
|
let m_lang_en = {
|
|
@@ -5307,6 +5307,9 @@ function MillistreamWidgetApi_getColumnInfo(widget, name) {
|
|
|
5307
5307
|
case '703':
|
|
5308
5308
|
case 'vega':
|
|
5309
5309
|
return [703, 'numeric', 'right', widget.get_lang_text(name) || name, 0];
|
|
5310
|
+
case '123':
|
|
5311
|
+
case 'vwap':
|
|
5312
|
+
return [123, 'numeric', 'right', widget.get_lang_text(name) || name, 0];
|
|
5310
5313
|
|
|
5311
5314
|
// brokerstats
|
|
5312
5315
|
case '3000':
|