☰
Login
Signup
Home
›
PHP client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 2017
sujith
PHP API : Bracket Order Placing Problem
sachinstlko09
September 2017
in
PHP client
$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.
sujith
September 2017
@sachinstlko09
,
Please don't spam with same question.
You can check out answer here
https://kite.trade/forum/discussion/2241/php-api-what-should-be-the-product-attribute-value-for-the-bracket-order#latest
This discussion has been closed.
Please don't spam with same question.
You can check out answer here https://kite.trade/forum/discussion/2241/php-api-what-should-be-the-product-attribute-value-for-the-bracket-order#latest