☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
15.1K
All Categories
0
Incidents
179
Node JS client
52
Go client
856
.Net API client
399
Kite Publisher
554
.Net / VBA / Excel (3rd party)
503
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
363
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
General
In this Discussion
August 2016
Vivek
Qty is not a multiple of board lot Qty??
cloudlife
August 2016
in
General
Hi guys, I've been trying to post a sample futures buy order via curl as below:
$ curl
https://api.kite.trade/orders/regular
\
> -d api_key=${MYAPIKEY} \
> -d access_token=${MYACCESSTOKEN} \
> -d tradingsymbol=ABIRLANUVO16SEPFUT \
> -d exchange=NFO \
> -d transaction_type=BUY \
> -d order_type=MARKET \
> -d quantity=1 \
> -d product=MIS \
> -d validity=DAY
Why am I getting this error {"status": "error", "message": "Qty is not a multiple of board lot Qty", "error_type": "OrderException"} and how do I fix it??
Vivek
August 2016
As answered by
@kailash
: ABIRLANUVO16SEPFUT's lot size is not 1 (quantity), it's 750. So the quantity should be multiples of 750.
Please don't duplicate post or pm duplicate contents.
This discussion has been closed.
Please don't duplicate post or pm duplicate contents.