Placing a GTT order is fine but when I modify IMMEDIATE and the price for entry it FAILED and give the below issue shown in the screenshot, ENTRY should accept ABOVE, BELOW and IMMEDIATE.
Placing a GTT order
{“type”:“MULTIPLE”,“quantity”:100,“product”:“D”,“instrument_token”:“NSE_EQ|INE040A01034”,“transaction_type”:“BUY”,“rules”:[{“strategy”:“ENTRY”,“trigger_type”:“BELOW”,“trigger_price”:7.0},{“strategy”:“TARGET”,“trigger_type”:“IMMEDIATE”,“trigger_price”:50.0},{“strategy”:“STOPLOSS”,“trigger_type”:“IMMEDIATE”,“trigger_price”:3.0}]}
{“status”:“success”,“data”:{“gtt_order_ids”:[“GTT-C25020300002856”]},“metadata”:{“latency”:39}}
Modifying a GTT order
{“type”:“MULTIPLE”,“quantity”:100,“gtt_order_id”:“GTT-C25020300002856”,“rules”:[{“strategy”:“ENTRY”,“trigger_type”:“IMMEDIATE”,“trigger_price”:1700.0},{“strategy”:“TARGET”,“trigger_type”:“IMMEDIATE”,“trigger_price”:1750.0},{“strategy”:“STOPLOSS”,“trigger_type”:“IMMEDIATE”,“trigger_price”:1650.0}]}
{“status”:“success”,“data”:{“gtt_order_ids”:[“GTT-C25020300002856”]},“metadata”:{“latency”:36}}