☰
Login
Signup
Home
›
Node JS 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
153
Node JS client
39
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2021
teknas
InputException | Limit price should be greater than zero.
teknas
December 2021
in
Node JS client
This error occurred today morning while placing a trade
Original Order via the client
{
"variety": "regular",
"exchange": "NSE",
"tradingsymbol": "ORIENTELEC",
"transaction_type": "BUY",
"quantity": 2,
"product": "MIS",
"order_type": "LIMIT",
"price": 381.9,
"validity": "DAY",
"disclosed_quantity": null,
"trigger_price": null,
"squareoff": null,
"stoploss": null,
"trailing_stoploss": null,
"tag": "FC_LONGENTRY",
"order_id": null
}
Error Received
{
"status": "error",
"message": "Limit price should be greater than zero.",
"data": null,
"error_type": "InputException"
}
As you see, I have a price of more than zero already set.
I don't understand why was this order rejected.
Tagged:
InputException
order execution
teknas
December 2021
Timestamp of order
2021-12-29 09:20:03
Sign In
or
Register
to comment.
2021-12-29 09:20:03