Skip to content

Incorrect data type of batchOrders in futuresBatchOrders #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fireflies1988 opened this issue Oct 8, 2023 · 0 comments
Closed

Incorrect data type of batchOrders in futuresBatchOrders #648

fireflies1988 opened this issue Oct 8, 2023 · 0 comments

Comments

@fireflies1988
Copy link

fireflies1988 commented Oct 8, 2023

The "batchOrders" must be a JSON string, not a "NewFuturesOrder[]".

I encountered an error when attempting to place multiple orders using "futuresBatchOrders", which looked like this:
image

The issue was resolved when I used "JSON.stringify":
image
However I had to cast the "options" parameter to type "any" to bypass the type-checking, like this:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant