Order Id not getting

bhumi
$order_id = $kite->orderPlace(array(
"tradingsymbol" => "RCOM",
"exchange" => "NSE",
"quantity" => "1",
"transaction_type" => "BUY",
"order_type" => "MARKET",
"product" => "MIS",
"validity" => "DAY"
), "regular");

By using above method order is placed and it is also shown at Zerodha Account.

But, when I try to get $order_id, it returns NULL value.
Sign In or Register to comment.