New feature:
- allow the use of a custom generic quote class with IQuote interface - 179
This allows you to use your own historical quotes class so you can avoid having to transpose to the provided `Quote` class. You may still use the provided `Quote` class; however, this will give you an additional option. See [Using custom quote classes](https://daveskender.github.io/Stock.Indicators/docs/GUIDE.html#using-custom-quote-classes) in the guide for more information.
Special thanks to MithrilMan for this contribution.