☰
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
9.1K
All Categories
9
Go client
537
.Net API client
230
Kite Publisher
473
.Net / VBA / Excel (3rd party)
288
Algorithms and Strategies
719
Java client
678
API clients
331
PHP client
2.3K
Python client
264
Mobile and Desktop apps
995
Market data (WebSockets)
2.3K
General
In this Discussion
February 27
saran88_tanvi
February 23
sujith
Quantity for NFO
saran88_tanvi
February 23
edited February 23
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 23
It must be multiple of lot size mentioned in the instruments dump.
saran88_tanvi
February 23
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 24
checked in live-market, as you mentioned it must be multiples of lot-size.
saran88_tanvi
February 27
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.