
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi ,
apologies for the basic qn but I'm used to teh JVM doing this magic for me. I have a function that is called OnTick, it creates a few object instances, makes calculations and passes on the object reference to a controller function, controller does his thing and exits/finished. simplified code below. I know I need to clean up these objects, but I don't know how/when. I presume I need to do so at end of each "tick cycle" else I'll up with thousands of objects....
Perhaps I could make teh object class variables but my real question is howto a clean up after myself?
Thanks in advance,