PHP API : Bracket Order Placing Problem

sachinstlko09
$kite->orderPlace([
"tradingsymbol" => "SBIN",
"exchange" => "NSE",
"quantity" => 1,
"transaction_type" => "BUY",
"order_type" => "LIMIT",
"product" => "MIS",
"price" => "254.40",
"squareoff_value" => "0.30",
"stoploss_value" =>"0.30",
"validity" => "DAY",
"variety" => "BO"
], "regular");

Order is placed as a MIS, I want to place BO, Please suggest me the changes on the above string.
This discussion has been closed.