☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.