Lame question but since I have no way to test the API wanted to know this.What is the maximum decimal points accepted for placing order? I remember orders like '954.8000000000001' would get rejected. Therefore wanted to know what is the logic at the server side especially wrt Bracket Orders
@gully Just make sure the price is multiple of tick size. For example NSE and BSE has tick size of Rs.0.05 so all the prices should be multiple of 0.05. You can get the tick size info from /instruments call.
/instruments
call.