☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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