Hey guys,

I am writing some custom classes for Lean to do things which I can't currently do on QC. 

Right now I am busy trying to just track a portfolio locally, the next step being dumping holdings/trades in a SQL database. I am a little bit confused about which handlers I need to re-implement to achieve this. So far I assume that I need to write simple implementations for:

  • Result handler
  • Real-time handler
I am unsure about api-handler and messaging-handler. These two kinda seem coupled to result handler. Can anyone more familiar with this perhaps give some input?  Best regardsGabriel 

Author