Lean
$LEAN_TAG$
|
Provides an order fee model that wraps a PyObject object that represents a model that simulates order fees More...
Public Member Functions | |
FeeModelPythonWrapper (PyObject model) | |
Constructor for initialising the FeeModelPythonWrapper class with wrapped PyObject object More... | |
override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Get the fee for this order More... | |
Provides an order fee model that wraps a PyObject object that represents a model that simulates order fees
Definition at line 25 of file FeeModelPythonWrapper.cs.
QuantConnect.Python.FeeModelPythonWrapper.FeeModelPythonWrapper | ( | PyObject | model | ) |
Constructor for initialising the FeeModelPythonWrapper class with wrapped PyObject object
model | Represents a model that simulates order fees |
Definition at line 34 of file FeeModelPythonWrapper.cs.
|
virtual |
Get the fee for this order
parameters | A OrderFeeParameters object containing the security and order |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 45 of file FeeModelPythonWrapper.cs.