forked from tensaix2j/binacpp
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Binance is returning the error "Filter failure: PERCENT_PRICE" when sending an order.
We checked on their documentation and the issue is the max allowance for decimal places in your order prices and sizes
Is anyone else having this same issue?
The issue is in "BinaCPP::send_order" when building the post to send the order, the price and size are being converted to string using to_string.... but no way to control the decimal places in there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels