Lean  $LEAN_TAG$
QuantConnect.Python.SecurityInitializerPythonWrapper Class Reference

Wraps a PyObject object that represents a type capable of initializing a new security More...

Inheritance diagram for QuantConnect.Python.SecurityInitializerPythonWrapper:
[legend]

Public Member Functions

 SecurityInitializerPythonWrapper (PyObject model)
 Constructor for initialising the SecurityInitializerPythonWrapper class with wrapped PyObject object More...
 
void Initialize (Security security)
 Initializes the specified security More...
 

Detailed Description

Wraps a PyObject object that represents a type capable of initializing a new security

Definition at line 24 of file SecurityInitializerPythonWrapper.cs.

Constructor & Destructor Documentation

◆ SecurityInitializerPythonWrapper()

QuantConnect.Python.SecurityInitializerPythonWrapper.SecurityInitializerPythonWrapper ( PyObject  model)

Constructor for initialising the SecurityInitializerPythonWrapper class with wrapped PyObject object

Parameters
modelRepresents a type capable of initializing a new security

Definition at line 32 of file SecurityInitializerPythonWrapper.cs.

Member Function Documentation

◆ Initialize()

void QuantConnect.Python.SecurityInitializerPythonWrapper.Initialize ( Security  security)

Initializes the specified security

Parameters
securityThe security to be initialized

Implements QuantConnect.Securities.ISecurityInitializer.

Definition at line 41 of file SecurityInitializerPythonWrapper.cs.


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