Skip to content

ISecurityInitializer

QuantConnect.Securities.ISecurityInitializer

Represents a type capable of initializing a new security

initialize

initialize(security: Security) -> None

Initializes the specified security

Parameters:

Name Type Description Default
security Security

The security to be initialized

required