Ejemplo n.º 1
0
 /// <summary>
 /// Gets the portfolio associated with an algorithm.
 /// </summary>
 /// <returns>Response object indicating success or not.</returns>
 public Portfolio GetPortfolio()
 {
     return(_allocationManager.GetAllFunds());
 }