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???
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.