TDAmeritradeFeeModel
QuantConnect.Orders.Fees.TDAmeritradeFeeModel
Bases: FeeModel
Provides an implementation of FeeModel that models TDAmeritrade order fees
get_order_fee
get_order_fee(parameters: OrderFeeParameters) -> OrderFee
Get the fee for this order in quote currency
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parameters
|
OrderFeeParameters
|
A OrderFeeParameters object containing the security and order |
required |
Returns:
| Type | Description |
|---|---|
OrderFee
|
The cost of the order in quote currency. |