☰
Login
Signup
Home
›
Python 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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
458
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2017
abhishek01
February 2017
sujith
Getting error rms:field not found 63002
abhishek01
February 2017
in
Python client
Sending the following payload
("exchange","NSE"),
("price",0),
("access_token","XXXXXXX"),
("disclosed_quantity",0),
("validity","DAY"),
("order_type","SL-M"),
("tradingsymbol","APOLLOTYRE17MARFUT"),
("quantity",3000),
("trigger_price",188.7),
("api_key","XXXXXXX"),
("transaction_type","BUY"),
("product","MIS"))
We are getting the "order_id","170227000383319". But it is rejected with reason field not found 63002
sujith
February 2017
Hi
@abhishek01
,
Orderbook says your request had APOLLOTYRE17MARFUT-EQ as symbol and exchange should be NFO. I would suggest, retry with proper params.
abhishek01
February 2017
Hi
@sujith
Thank you.
This discussion has been closed.
Orderbook says your request had APOLLOTYRE17MARFUT-EQ as symbol and exchange should be NFO. I would suggest, retry with proper params.