@millistream/millistream-widgets 1.0.25 → 1.0.27
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 +6 -2
- package/package.json +1 -1
package/millistream-widgets.js
CHANGED
|
@@ -3491,9 +3491,10 @@ 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
|
+
let m_strikeprices = [];
|
|
3497
|
+
|
|
3497
3498
|
let m_lang_en = {
|
|
3498
3499
|
askprice: 'Ask',
|
|
3499
3500
|
bidprice: 'Bid',
|
|
@@ -5307,6 +5308,9 @@ function MillistreamWidgetApi_getColumnInfo(widget, name) {
|
|
|
5307
5308
|
case '703':
|
|
5308
5309
|
case 'vega':
|
|
5309
5310
|
return [703, 'numeric', 'right', widget.get_lang_text(name) || name, 0];
|
|
5311
|
+
case '123':
|
|
5312
|
+
case 'vwap':
|
|
5313
|
+
return [123, 'numeric', 'right', widget.get_lang_text(name) || name, 0];
|
|
5310
5314
|
|
|
5311
5315
|
// brokerstats
|
|
5312
5316
|
case '3000':
|