☰
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
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
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.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.