☰
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
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.