It looks like you're new here. If you want to get involved, click one of these buttons!
$order_id = $kite->orderPlace(["tradingsymbol" => "INFY","exchange" => "NSE","quantity" => 1, "transaction_type" => "BUY", "order_type" => "MARKET", "product" => "MIS","trigger_price" => 1020, "validity"=> "DAY"], "co");
$order_id = $kite->orderPlace(["tradingsymbol" => "EURINR17DECFUT","exchange" => "CDS", "quantity" => 1, "transaction_type" => "BUY", "order_type" => "MARKET", "product" => "MIS", "trigger_price" => 76.15, "validity"=> "DAY"], "co");
We tried the following code and it seems to be working fine.
$order_id = $kite->orderPlace(["tradingsymbol" => "INFY","exchange" => "NSE",
"quantity" => 1, "transaction_type" => "BUY", "order_type" => "MARKET", "product" => "MIS",
"trigger_price" => 1020, "validity"=> "DAY"], "co");
Many thanks for the quick answers @sujith !