Lean
$LEAN_TAG$
|
Provides an implementation of FeeModel that models TDAmeritrade order fees More...
Public Member Functions | |
OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Get the fee for this order in quote currency More... | |
Provides an implementation of FeeModel that models TDAmeritrade order fees
Definition at line 24 of file TDAmeritradeFeeModel.cs.
|
virtual |
Get the fee for this order in quote currency
parameters | A OrderFeeParameters object containing the security and order |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 32 of file TDAmeritradeFeeModel.cs.