Needed clarification for slice order and correlation id

When i use a slice order and put the quantity greater than the freeze limit ( like 61 lots for banknifty) will the order be sliced automatically or do i have to enter any different parameter for the same?

If i use a correlation id with slice order all the orders will be having the same correlation id ?

Can i use the same correlation id used for slice order to exit all my position using slice order?

@Dhan hey can i get a reply so that i can work on my algo and trade. Thankyou for always giving your best to reply as early as possible.

Hello @HELPICAN_CREATIONS

You can use Order Slicing API for this, to ensure it is sliced whenever the quantity is higher than freeze limit. Over there, you can enter the correlation ID too, which will be carried for all the order legs.

On this, you can fetch all the order list having the same correlation ID, but exiting will require placing another slicing order or separate orders for each of these.