I have a question regarding the endpoint “POST /api/v3/order” (create order).
There is the property “quoteOrderQty” and the api description says:
MARKET
orders usingquoteOrderQty
will not breakLOT_SIZE
filter rules; the order will execute aquantity
that will have the notional value as close as possible toquoteOrderQty
What if the new order is a “limit order”? Can I use “quoteOrderQty” with a “limit order”? If so, what are the restrictions?