Skip to content
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

Incorrect data type of batchOrders in futuresBatchOrders #648

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

Incorrect data type of batchOrders in futuresBatchOrders #648

fireflies1988 opened this issue Oct 8, 2023 · 0 comments

Comments

@fireflies1988
Copy link

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
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