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