Lean  $LEAN_TAG$
QuantConnect.Securities.ISecuritySeeder Interface Reference

Used to seed the security with the correct price More...

Inheritance diagram for QuantConnect.Securities.ISecuritySeeder:
[legend]

Public Member Functions

bool SeedSecurity (Security security)
 Seed the security More...
 

Detailed Description

Used to seed the security with the correct price

Definition at line 22 of file ISecuritySeeder.cs.

Member Function Documentation

◆ SeedSecurity()

bool QuantConnect.Securities.ISecuritySeeder.SeedSecurity ( Security  security)

Seed the security

Parameters
securitySecurity being seeded
Returns
true if the security was seeded, false otherwise

Implemented in QuantConnect.Securities.FuncSecuritySeeder.


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