☰
Login
Signup
Home
›
.Net API 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
537
.Net / VBA / Excel (3rd party)
465
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 2018
vishwash_yadav
February 2018
sujith
How to subscribe tick for MCX.
vishwash_yadav
February 2018
in
.Net API client
i tried like
ticker.Subscribe(Tokens: new UInt32[] { 53704711});
ticker.SetMode(Tokens: new UInt32[] { 53704711 }, Mode: Constants.MODE_LTP);
but not getting tickdata
Tagged:
.Net Client with ticker
sujith
February 2018
Hi,
The code looks fine. I guess the instrument is not that liquid. Try some liquid instrument.
vishwash_yadav
February 2018
For liquid i am getting tick data and the given instrument is for CrudeOIL.
sujith
February 2018
The instrument token for CRUDEOILM 18 FEB is 53502215
Sign In
or
Register
to comment.
The code looks fine. I guess the instrument is not that liquid. Try some liquid instrument.