Limit Order

harjee
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:
  • sujith
    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
    101.32 not valid . value should be divisible by 5 .if possible use #.# format
  • sujith
    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.