= ticker["SYMBOL"]<br />#print (tickers)<br />def instrumentLookup(instrument_df,symbol):<br />"""Looks up instrument token for a given
Is there any general rule of thumb about just how many lines of code you can put inside the on_ticks() before it start hampering execution. or how long is too long a code?