Hi Team ,
I have subscribed for 900+ instruments in full mode, which contains options scripts as well. Intermittently getting the ticks with quote mode. For you reference attached BHARTIARTL, BHARTIARTL18MAR400CE & BHARTIARTL18MAR400PE tick fo…
Subscribed for 106 instruments for today in full mode. Majorly getting full mode ticks. but intermittently seeing quote mode ticks, but very less when compared to full mode ticks.
Please check the attached .xls for the instruments subscribed and i…
Hi,
Attached the ticks of SBI(779521) from last 2 hours. Subscribed in full mode. Intermittently getting quote data as well. but getting most data in full mode only.
Regards,
RP7220
Hi Trade_then/Tony_Stark/Sujith,
I think, i found the exact issue. I have tried to subscribe indices and other scripts separately, then we are getting ticks as per the given mode. (Note: for indices , as i mentioned in my previous post, its does no…
Hi Trade_then,
i mean does not have depth as it was indices. you are write.its typo error. & Please re-check once as even though you set mode as full, In the tick you received mode as 'quote' .
Sujith,
Thanks for information. Initially i ha…
mode is a config entry. At any point of time Mode will be either full or quote. But not both, Also SubscribeTokenNiftyIndes method will always return two value i. e
256265 NIFTY NIFTY 50
260105 BANKNIFTY NIFTY BANK
As these scripts does have depth, …
Using .Net Offical Library only . Downloaded from the location
https://github.com/zerodhatech/dotnetkiteconnect/releases/tag/3.0.0beta2
private static void initTicker()
{
ticker = new Ticker(api_key, access_token);
…
Getting more tick for quote than full, even though subscribed for full mode.
Eg.
LiveDate Mode Instrumenttoken Tradable LastPrice LastQuantity AveragePrice Volume BuyQuantity SellQuantity Open High Low Close
06-03-2018 11:27 quote 15600898 1 56.4…
Correction in Kite Connect 3 / API documentation
User --> Authentication and token exchange --> Response attributes --> api_key datetype is not string[] arrya, its string datatype.