☰
Login
Signup
Home
›
Java 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)
457
Algorithms and Strategies
996
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2016
sameer
December 2016
sujith
Null Symbols in Fetching orders
sameer
December 2016
edited December 2016
in
Java client
Order order = kiteConnect.getOrders();
for(Order orderObj: order.orders)
{
System.out.println(orderObj.symbol);
}
Error:
I am getting empty symbols here. I clearly have open orders .
sujith
December 2016
Hi
@sameer
,
I just checked, it is working fine for me. Can you elaborate what you are trying to do?
sameer
December 2016
I am just trying to print symbols of all open trades in log
I am using above exact code but I am getting empty symbols though I had 3 open orders
sujith
December 2016
Can you PM me your accesstoken andclient id. I will check and get back to you.
sameer
December 2016
done
sujith
December 2016
You should look for tradingSymbol not symbol.
sujith
December 2016
@sameer
,
Hope your confusion is cleared.
This discussion has been closed.
I just checked, it is working fine for me. Can you elaborate what you are trying to do?
I am using above exact code but I am getting empty symbols though I had 3 open orders
Hope your confusion is cleared.