@barchart/portfolio-api-common 1.0.127 → 1.0.128

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.
@@ -36,6 +36,7 @@ module.exports = (() => {
36
36
 
37
37
  this._dataFormat.key = this._key;
38
38
  this._dataFormat.description = this._description;
39
+ this._dataFormat.c = this._currency.code;
39
40
 
40
41
  this._dataFormat.quantity = null;
41
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.127",
3
+ "version": "1.0.128",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1098,6 +1098,7 @@ module.exports = (() => {
1098
1098
 
1099
1099
  this._dataFormat.key = this._key;
1100
1100
  this._dataFormat.description = this._description;
1101
+ this._dataFormat.c = this._currency.code;
1101
1102
 
1102
1103
  this._dataFormat.quantity = null;
1103
1104