|
Lean
$LEAN_TAG$
|
Represents a fee model specific to Charles Schwab. More...
Public Member Functions | |
| override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
| Calculates the order fee based on the security type and order parameters. More... | |
Represents a fee model specific to Charles Schwab.
Definition at line 27 of file CharlesSchwabFeeModel.cs.
|
virtual |
Calculates the order fee based on the security type and order parameters.
| parameters | The parameters for the order fee calculation, which include security and order details. |
| ArgumentNullException | Thrown when parameters is null. |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 49 of file CharlesSchwabFeeModel.cs.