@barchart/portfolio-api-common 1.0.252 → 1.0.253
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.
|
@@ -258,6 +258,7 @@ module.exports = (() => {
|
|
|
258
258
|
.withField('quantity', DataType.DECIMAL)
|
|
259
259
|
.withField('fee', DataType.DECIMAL, true)
|
|
260
260
|
.withField('force', DataType.BOOLEAN, true)
|
|
261
|
+
.withField('reinvest', DataType.BOOLEAN, true)
|
|
261
262
|
.schema
|
|
262
263
|
);
|
|
263
264
|
|
|
@@ -282,6 +283,7 @@ module.exports = (() => {
|
|
|
282
283
|
.withField('quantity', DataType.DECIMAL)
|
|
283
284
|
.withField('fee', DataType.DECIMAL, true)
|
|
284
285
|
.withField('force', DataType.BOOLEAN, true)
|
|
286
|
+
.withField('reinvest', DataType.BOOLEAN, true)
|
|
285
287
|
.schema
|
|
286
288
|
);
|
|
287
289
|
|