Lean  $LEAN_TAG$
QuantConnect.Orders.Fees.TDAmeritradeFeeModel Class Reference

Provides an implementation of FeeModel that models TDAmeritrade order fees More...

Inheritance diagram for QuantConnect.Orders.Fees.TDAmeritradeFeeModel:
[legend]

Public Member Functions

OrderFee GetOrderFee (OrderFeeParameters parameters)
 Get the fee for this order in quote currency More...
 

Detailed Description

Provides an implementation of FeeModel that models TDAmeritrade order fees

Definition at line 24 of file TDAmeritradeFeeModel.cs.

Member Function Documentation

◆ GetOrderFee()

OrderFee QuantConnect.Orders.Fees.TDAmeritradeFeeModel.GetOrderFee ( OrderFeeParameters  parameters)
virtual

Get the fee for this order in quote currency

Parameters
parametersA OrderFeeParameters object containing the security and order
Returns
The cost of the order in quote currency

Reimplemented from QuantConnect.Orders.Fees.FeeModel.

Definition at line 32 of file TDAmeritradeFeeModel.cs.


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