Thanks, tick timestamp is null for BankNifty. Is that expected? Why can't this be the timestamp of the data arrived from the exchange? Why is it null? How do I get the timestamp of the tick for BankNift then? Even the last traded time is null.
Thanks. Also just to ensure that use will be notified if there is a decrease in rate limits? Since my code assumes now that I can place 10 orders in a second, my code may fail if the rate limits decreased without me knowing it.
Ok great, so I can place 10 orders in a second? I want to understand this little more detailed. If I place 10 orders continuously (say in the first 200ms, all 10 orders are placed), will it work without an issue? My 11th order must be placed after o…