Lean
$LEAN_TAG$
|
Seed a security price from a history function More...
Public Member Functions | |
FuncSecuritySeeder (PyObject seedFunction) | |
Constructor that takes as a parameter the security used to seed the price More... | |
FuncSecuritySeeder (Func< Security, BaseData > seedFunction) | |
Constructor that takes as a parameter the security used to seed the price More... | |
FuncSecuritySeeder (Func< Security, IEnumerable< BaseData >> seedFunction) | |
Constructor that takes as a parameter the security used to seed the price More... | |
bool | SeedSecurity (Security security) |
Seed the security More... | |
Seed a security price from a history function
Definition at line 28 of file FuncSecuritySeeder.cs.
QuantConnect.Securities.FuncSecuritySeeder.FuncSecuritySeeder | ( | PyObject | seedFunction | ) |
Constructor that takes as a parameter the security used to seed the price
seedFunction | The seed function to use |
Definition at line 37 of file FuncSecuritySeeder.cs.
QuantConnect.Securities.FuncSecuritySeeder.FuncSecuritySeeder | ( | Func< Security, BaseData > | seedFunction | ) |
Constructor that takes as a parameter the security used to seed the price
seedFunction | The seed function to use |
Definition at line 57 of file FuncSecuritySeeder.cs.
QuantConnect.Securities.FuncSecuritySeeder.FuncSecuritySeeder | ( | Func< Security, IEnumerable< BaseData >> | seedFunction | ) |
Constructor that takes as a parameter the security used to seed the price
seedFunction | The seed function to use |
Definition at line 66 of file FuncSecuritySeeder.cs.
bool QuantConnect.Securities.FuncSecuritySeeder.SeedSecurity | ( | Security | security | ) |
Seed the security
security | Security being seeded |
Implements QuantConnect.Securities.ISecuritySeeder.
Definition at line 76 of file FuncSecuritySeeder.cs.