/// <summary>
 /// Gets the security type for the specified Lean symbol
 /// </summary>
 /// <param name="symbol">The Lean symbol</param>
 /// <returns>The security type</returns>
 public SecurityType GetSecurityType(string symbol)
 {
     return(_symbolMapper.GetLeanSecurityType(symbol));
 }