Lean
$LEAN_TAG$
|
Represents a type capable of initializing a new security More...
Public Member Functions | |
void | Initialize (Security security) |
Initializes the specified security More... | |
Represents a type capable of initializing a new security
Definition at line 22 of file ISecurityInitializer.cs.
void QuantConnect.Securities.ISecurityInitializer.Initialize | ( | Security | security | ) |
Initializes the specified security
security | The security to be initialized |
Implemented in QuantConnect.Securities.BrokerageModelSecurityInitializer, QuantConnect.Securities.FuncSecurityInitializer, QuantConnect.Securities.CompositeSecurityInitializer, and QuantConnect.Python.SecurityInitializerPythonWrapper.