Lean  $LEAN_TAG$
QuantConnect.Messages.FuncSecuritySeeder Class Reference

Provides user-facing messages for the Securities.FuncSecuritySeeder class and its consumers or related classes More...

Static Public Member Functions

static string SeededSecurityInfo (BaseData seedData)
 Returns a string message with basic information about the given BaseData object More...
 
static string UnableToSeedSecurity (Securities.Security security)
 Returns a string message saying it was impossible to seed the given security More...
 
static string UnableToSecurityPrice (Securities.Security security)
 Returns a string message saying it was impossible to seed price for the given security More...
 

Detailed Description

Provides user-facing messages for the Securities.FuncSecuritySeeder class and its consumers or related classes

Definition at line 527 of file Messages.Securities.cs.

Member Function Documentation

◆ SeededSecurityInfo()

static string QuantConnect.Messages.FuncSecuritySeeder.SeededSecurityInfo ( BaseData  seedData)
static

Returns a string message with basic information about the given BaseData object

Definition at line 533 of file Messages.Securities.cs.

Here is the caller graph for this function:

◆ UnableToSeedSecurity()

static string QuantConnect.Messages.FuncSecuritySeeder.UnableToSeedSecurity ( Securities.Security  security)
static

Returns a string message saying it was impossible to seed the given security

Definition at line 542 of file Messages.Securities.cs.

Here is the caller graph for this function:

◆ UnableToSecurityPrice()

static string QuantConnect.Messages.FuncSecuritySeeder.UnableToSecurityPrice ( Securities.Security  security)
static

Returns a string message saying it was impossible to seed price for the given security

Definition at line 551 of file Messages.Securities.cs.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: