File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Barchart Market Data SDK <small >JavaScript 6.2.2 </small >
1+ # Barchart Market Data SDK <small >JavaScript 6.2.3 </small >
22
33> Inject real-time market data into your JavaScript applications
44
Original file line number Diff line number Diff line change @@ -4572,7 +4572,7 @@ module.exports = (() => {
45724572 case 'SETTLEMENT' :
45734573 q . message = message ;
45744574 q . lastPrice = message . value ;
4575- q . settlement = message . value ;
4575+ q . settlementPrice = message . value ;
45764576 if ( message . element === 'D' ) {
45774577 q . flag = 's' ;
45784578 }
@@ -5312,7 +5312,7 @@ module.exports = (() => {
53125312 'use strict' ;
53135313
53145314 return {
5315- version : '6.2.2 '
5315+ version : '6.2.3 '
53165316 } ;
53175317} ) ( ) ;
53185318
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module.exports = (() => {
22 'use strict' ;
33
44 return {
5- version : '6.2.2 '
5+ version : '6.2.3 '
66 } ;
77} ) ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @barchart/marketdata-api-js" ,
3- "version" : " 6.2.2 " ,
3+ "version" : " 6.2.3 " ,
44 "description" : " SDK for streaming market data from Barchart.com" ,
55 "author" : {
66 "name" : " Eero Pikat" ,
You can’t perform that action at this time.
0 commit comments