☰
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
12.1K
All Categories
89
Node JS client
32
Go client
705
.Net API client
337
Kite Publisher
525
.Net / VBA / Excel (3rd party)
400
Algorithms and Strategies
900
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
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.