// As a first step, Create appropriate instance of StoockQuoteService using
// StockQuoteServiceFactory and then use the same instance of StockQuoteService to create the
// instance of PortfolioManager.
I am unable to understand how to create instance of PortfolioMnager using StockQuoteService.
After reading some posts on forum, I understtod that we need two functions for this
- With parameters - provider and restTemplate
- With parameters - provider and StockQuoteService.
But unable to proceed after that. Please help !