Skip to content

ISecuritySeeder

QuantConnect.Securities.ISecuritySeeder

Used to seed the security with the correct price

seed_security

seed_security(security: Security) -> bool

Seed the security

Parameters:

Name Type Description Default
security Security

Security being seeded

required

Returns:

Type Description
bool

true if the security was seeded, false otherwise.