Decimal points for placing order

gully
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
  • Vivek
    @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.
  • gully
    @vivek so while placing order both 98.70 and 98.7 should be taken valid considering .05 as the tick size?
  • Vivek
    @gully Yeah both 98.70 and 98.7 is considered as valid price.
Sign In or Register to comment.