☰
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
14.1K
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
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