Lean  $LEAN_TAG$
QuantConnect.Python.MarginInterestRateModelPythonWrapper Class Reference

Wraps a PyObject object that represents a security's margin interest rate model More...

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

Public Member Functions

 MarginInterestRateModelPythonWrapper (PyObject model)
 Constructor for initializing the MarginInterestRateModelPythonWrapper class with wrapped PyObject object More...
 
void ApplyMarginInterestRate (MarginInterestRateParameters parameters)
 Apply margin interest rates to the portfolio More...
 
- Public Member Functions inherited from QuantConnect.Python.BasePythonWrapper< IMarginInterestRateModel >
 BasePythonWrapper (bool validateInterface=true)
 Creates a new instance of the BasePythonWrapper<TInterface> class More...
 
 BasePythonWrapper (PyObject instance, bool validateInterface=true)
 Creates a new instance of the BasePythonWrapper<TInterface> class with the specified instance More...
 
void SetPythonInstance (PyObject instance)
 Sets the python instance More...
 
GetProperty< T > (string propertyName)
 Gets the Python instance property with the specified name More...
 
PyObject GetProperty (string propertyName)
 Gets the Python instance property with the specified name More...
 
void SetProperty (string propertyName, object value)
 Sets the Python instance property with the specified name More...
 
dynamic GetEvent (string name)
 Gets the Python instance event with the specified name More...
 
bool HasAttr (string name)
 Determines whether the Python instance has the specified attribute More...
 
PyObject GetMethod (string methodName)
 Gets the Python instances method with the specified name and caches it More...
 
InvokeMethod< T > (string methodName, params object[] args)
 Invokes the specified method with the specified arguments More...
 
PyObject InvokeMethod (string methodName, params object[] args)
 Invokes the specified method with the specified arguments More...
 
virtual bool Equals (BasePythonWrapper< TInterface > other)
 Determines whether the specified instance wraps the same Python object reference as this instance, which would indicate that they are equal. More...
 
override bool Equals (object obj)
 Determines whether the specified object is an instance of BasePythonWrapper<TInterface> and wraps the same Python object reference as this instance, which would indicate that they are equal. More...
 
override int GetHashCode ()
 Gets the hash code for the current instance More...
 

Additional Inherited Members

- Protected Attributes inherited from QuantConnect.Python.BasePythonWrapper< IMarginInterestRateModel >
PyObject Instance
 Gets the underlying python instance More...
 

Detailed Description

Wraps a PyObject object that represents a security's margin interest rate model

Definition at line 24 of file MarginInterestRateModelPythonWrapper.cs.

Constructor & Destructor Documentation

◆ MarginInterestRateModelPythonWrapper()

QuantConnect.Python.MarginInterestRateModelPythonWrapper.MarginInterestRateModelPythonWrapper ( PyObject  model)

Constructor for initializing the MarginInterestRateModelPythonWrapper class with wrapped PyObject object

Parameters
modelRepresents a security's model of buying power

Definition at line 30 of file MarginInterestRateModelPythonWrapper.cs.

Member Function Documentation

◆ ApplyMarginInterestRate()

void QuantConnect.Python.MarginInterestRateModelPythonWrapper.ApplyMarginInterestRate ( MarginInterestRateParameters  parameters)

Apply margin interest rates to the portfolio

Parameters
parametersThe parameters to use

Implements QuantConnect.Securities.IMarginInterestRateModel.

Definition at line 39 of file MarginInterestRateModelPythonWrapper.cs.

Here is the call graph for this function:

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