☰
Login
Signup
Home
›
Java 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.2K
All Categories
9
Go client
538
.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
996
Market data (WebSockets)
2.3K
General
In this Discussion
August 2017
billapavi
August 2017
sujith
Limit Order
harjee
August 2017
in
Java client
Hi, while placing a 'limit" order using "public void placeOrder(KiteConnect kiteconnect)" function..can i put a value like '101.32' in price or it has to be rounded off to 101.30 or 101.35 ?? Thanks
Tagged:
orders
sujith
August 2017
Hi
@harjee
,
Check out
example
for placing regular order. To place a limit order you need to send price and order type will be 'LIMIT'.
billapavi
August 2017
101.32 not valid . value should be divisible by 5 .if possible use #.# format
sujith
August 2017
Hi
@harjee
,
The value of the price should be multiple of tick size of the scrip which you will get in instrument dump.
Sign In
or
Register
to comment.
Check out example for placing regular order. To place a limit order you need to send price and order type will be 'LIMIT'.
The value of the price should be multiple of tick size of the scrip which you will get in instrument dump.