Quantity less than the minimum lot size

rohit3389
when i try to place sell order on MINDTREE18AUGFUT from java code it give error
16556 : Quantity less than the minimum lot size
  • rakeshr
    @rohit3389
    16556 : Quantity less than the minimum lot size
    As above error clearly states, you are placing quantity lesser than permissible lot size. You can check lot for all F&O contract here.
  • rohit3389
    rohit3389 edited August 2018
    @rakeshr i have tried both for set lot 1 and lot 1200 for MINDTREE, 400 for ACC but get same error on this three condition
  • sujith
    Hi @rohit3389,
    You can also get lot size in the instrument dump.
    The quantity param takes the number of units and not the number of lots. As long as the quantity is the modulus of lot size RMS won't reject it.
    You also enable debug logs to figure out what are the params that are actually sent.
Sign In or Register to comment.