CharlesSchwabFeeModel
QuantConnect.Orders.Fees.CharlesSchwabFeeModel
Bases: FeeModel
Represents a fee model specific to Charles Schwab.
get_order_fee
get_order_fee(parameters: OrderFeeParameters) -> OrderFee
Calculates the order fee based on the security type and order parameters.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parameters
|
OrderFeeParameters
|
The parameters for the order fee calculation, which include security and order details. |
required |
Returns:
| Type | Description |
|---|---|
OrderFee
|
An OrderFee instance representing the calculated order fee. |