|
Lean
$LEAN_TAG$
|
Provides an implementation of FeeModel that models Axos order fees More...
Public Member Functions | |
| AxosFeeModel (decimal? feesPerShare=null) | |
| Creates a new instance More... | |
| OrderFee | GetOrderFee (OrderFeeParameters parameters) |
| Get the fee for this order in quote currency More... | |
Provides an implementation of FeeModel that models Axos order fees
Definition at line 23 of file AxosFeeModel.cs.
| QuantConnect.Orders.Fees.AxosFeeModel.AxosFeeModel | ( | decimal? | feesPerShare = null | ) |
Creates a new instance
| feesPerShare | The fees per share to apply |
Default value is $0.0015 per share
Definition at line 32 of file AxosFeeModel.cs.
| OrderFee QuantConnect.Orders.Fees.AxosFeeModel.GetOrderFee | ( | OrderFeeParameters | parameters | ) |
Get the fee for this order in quote currency
| parameters | A OrderFeeParameters object containing the security and order |
Implements QuantConnect.Orders.Fees.IFeeModel.
Definition at line 43 of file AxosFeeModel.cs.