☰
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
14.2K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.