Order slicing

vijoeyz
https://zerodha.com/z-connect/featured/order-placement-simplified

Do all sliced orders have the same tag? Example:

buy('NIFTYFUT', qty: 2550, tag: 'API')
Freeze qty: 1800
Therefore, two orders:
Order 1: order_id: 10, tag 'API'
Order 2: order_id: 11, tag 'API' too???

What would the tag value of the second order?
  • salim_chisty
    When placing orders with autoslice enabled for quantities exceeding freeze limits, each slice appears as a separate order in your orderbook with its own order_id. Auto-sliced orders can be identified by the Kite "autoslice" tag in the tags array, and child slices will have an additional tag like "autoslice:parent_order_id" to show the relationship. Please check the API documentation on tagging for more details.
Sign In or Register to comment.