|
Lean
$LEAN_TAG$
|
Provides methods for creating new instances of python custom data objects More...
Public Member Functions | |
| PythonActivator (Type type, PyObject value) | |
| Creates a new instance of PythonActivator More... | |
Properties | |
| Type | Type [get] |
| System.Type of the object we wish to create More... | |
| Func< object[], object > | Factory [get] |
| Method to return an instance of object More... | |
Provides methods for creating new instances of python custom data objects
Definition at line 24 of file PythonActivator.cs.
| QuantConnect.Python.PythonActivator.PythonActivator | ( | Type | type, |
| PyObject | value | ||
| ) |
Creates a new instance of PythonActivator
| type | System.Type of the object we wish to create |
| value | PyObject that contains the python type |
Definition at line 41 of file PythonActivator.cs.
|
get |
System.Type of the object we wish to create
Definition at line 29 of file PythonActivator.cs.
|
get |
Method to return an instance of object
Definition at line 34 of file PythonActivator.cs.