@gbozee/ultimate 0.0.2-46 → 0.0.2-47
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54806,8 +54806,8 @@ function build_reduce_config(payload) {
|
|
|
54806
54806
|
owner: account.owner,
|
|
54807
54807
|
exchange: account.exchange,
|
|
54808
54808
|
not_reduce,
|
|
54809
|
-
reduce_ratio_long: long_position?.reduce_ratio || 0
|
|
54810
|
-
reduce_ratio_short: short_position?.reduce_ratio || 0
|
|
54809
|
+
reduce_ratio_long: long_position?.reduce_ratio || 0,
|
|
54810
|
+
reduce_ratio_short: short_position?.reduce_ratio || 0,
|
|
54811
54811
|
use_full_long: long_position?.use_full || false,
|
|
54812
54812
|
use_full_short: short_position?.use_full || false
|
|
54813
54813
|
};
|