☰
Login
Signup
Home
›
.Net API client
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
12.1K
All Categories
91
Node JS client
32
Go client
705
.Net API client
338
Kite Publisher
525
.Net / VBA / Excel (3rd party)
401
Algorithms and Strategies
901
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
General
In this Discussion
February 2021
saran88_tanvi
February 2021
sujith
Quantity for NFO
saran88_tanvi
February 2021
edited February 2021
in
.Net API client
Hi all,
While placing an order in NFO exchange, quantity must be the lot-size and its multiples (eg, 250, 500, 750....) or lot-quantity(1, 2, 3...) .
Thanks in advance
Tagged:
C#
.net
futures data
sujith
February 2021
It must be multiple of lot size mentioned in the instruments dump.
saran88_tanvi
February 2021
i just saw this in one of your answer, check line
#92
https://github.com/zerodha/dotnetkiteconnect/blob/master/KiteConnectTest/KiteTest.cs#L88
it's in lot-quantity, please confirm.
saran88_tanvi
February 2021
checked in live-market, as you mentioned it must be multiples of lot-size.
saran88_tanvi
February 2021
you can close this ticket
@sujith
This discussion has been closed.
https://github.com/zerodha/dotnetkiteconnect/blob/master/KiteConnectTest/KiteTest.cs#L88
it's in lot-quantity, please confirm.