@gbozee/ultimate 0.0.2-next.79 → 0.0.2-next.80
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.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/mcp-server.cjs +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -72029,7 +72029,7 @@ class BaseExchange {
|
|
|
72029
72029
|
quantity: Math.abs(payload.quantity),
|
|
72030
72030
|
kind: payload.kind,
|
|
72031
72031
|
cancel: payload.cancel ?? true,
|
|
72032
|
-
is_limit:
|
|
72032
|
+
is_limit: !payload.is_market,
|
|
72033
72033
|
price_places: payload.price_places,
|
|
72034
72034
|
decimal_places: payload.decimal_places,
|
|
72035
72035
|
hedge: payload.hedge,
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -71927,7 +71927,7 @@ class BaseExchange {
|
|
|
71927
71927
|
quantity: Math.abs(payload.quantity),
|
|
71928
71928
|
kind: payload.kind,
|
|
71929
71929
|
cancel: payload.cancel ?? true,
|
|
71930
|
-
is_limit:
|
|
71930
|
+
is_limit: !payload.is_market,
|
|
71931
71931
|
price_places: payload.price_places,
|
|
71932
71932
|
decimal_places: payload.decimal_places,
|
|
71933
71933
|
hedge: payload.hedge,
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -75749,7 +75749,7 @@ class BaseExchange {
|
|
|
75749
75749
|
quantity: Math.abs(payload.quantity),
|
|
75750
75750
|
kind: payload.kind,
|
|
75751
75751
|
cancel: payload.cancel ?? true,
|
|
75752
|
-
is_limit:
|
|
75752
|
+
is_limit: !payload.is_market,
|
|
75753
75753
|
price_places: payload.price_places,
|
|
75754
75754
|
decimal_places: payload.decimal_places,
|
|
75755
75755
|
hedge: payload.hedge,
|
package/dist/mcp-server.js
CHANGED
|
@@ -75708,7 +75708,7 @@ class BaseExchange {
|
|
|
75708
75708
|
quantity: Math.abs(payload.quantity),
|
|
75709
75709
|
kind: payload.kind,
|
|
75710
75710
|
cancel: payload.cancel ?? true,
|
|
75711
|
-
is_limit:
|
|
75711
|
+
is_limit: !payload.is_market,
|
|
75712
75712
|
price_places: payload.price_places,
|
|
75713
75713
|
decimal_places: payload.decimal_places,
|
|
75714
75714
|
hedge: payload.hedge,
|