Limit Order placing

algo_programmer
If i want to place limit order with all or none functionality is it possible , for eg :
I have place order for SBIN buy @195 (limit order) qty 100 and i want that my full order get executed or none (no partial fill)
  • sujith
    You can use IOC validity order. You can check out the documentation here.
  • algo_programmer
    IOC order allow partial fill right ? , I want my order to get fully filled at my price or none
  • sujith
    No, IOC validity doesn't get a partial fill. If there is no counterparty then the order gets canceled.
Sign In or Register to comment.