☰
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.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
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
September 2017
billapavi
September 2017
sujith
not able get ticks for bank nifty 07 sep
billapavi
September 2017
edited September 2017
in
Java client
BANKNIFTY07SEP1724000PE tradingsymbol 40065 token number segment NFO-OPT
IM NOT ABLE GET ANY TICS FOR BANKNIFTY USER IS ZX8967
sujith
September 2017
Hi
@billapavi
,
It seems to be working fine. You seem to be trying to subscribe using exchange token. Can you try using instrument_token?
billapavi
September 2017
System.out.println("trading symbol "+instrument.getTradingsymbol()+" instrument token"+instrument.getInstrument_token())
above is instument token only
billapavi
September 2017
i'm getting epty packets of data
sujith
September 2017
@billapavi
,
You need to try with instrument token 10256642 and not exchange token 40065.
billapavi
September 2017
thanks sujit its resolved now.
But need doucumentation for above class
sujith
September 2017
Hi
@billapavi
,
You can check out documentation
here
.
Sign In
or
Register
to comment.
It seems to be working fine. You seem to be trying to subscribe using exchange token. Can you try using instrument_token?
above is instument token only
You need to try with instrument token 10256642 and not exchange token 40065.
But need doucumentation for above class
You can check out documentation here.