I have declared a class named as kwsmodule which has the on_ticks() ,on connect as follows some part is not included here but if i want to call this on_ticks member of this class how do I do it .as ws and ticks are already defined in kite connect how should i pass
These are event listeners, the use-case of these methods is, these are called when a websocket connection is opened, or when a tick is received. You just need to set your method as a listener for the events. You can assign callbacks as mentioned here.
You just need to set your method as a listener for the events. You can assign callbacks as mentioned here.