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

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

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

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...
 

Detailed Description

Provides an implementation of FeeModel that models Axos order fees

Definition at line 23 of file AxosFeeModel.cs.

Constructor & Destructor Documentation

◆ AxosFeeModel()

QuantConnect.Orders.Fees.AxosFeeModel.AxosFeeModel ( decimal?  feesPerShare = null)

Creates a new instance

Parameters
feesPerShareThe fees per share to apply

Default value is $0.0015 per share

Definition at line 32 of file AxosFeeModel.cs.

Member Function Documentation

◆ GetOrderFee()

OrderFee QuantConnect.Orders.Fees.AxosFeeModel.GetOrderFee ( OrderFeeParameters  parameters)

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

Implements QuantConnect.Orders.Fees.IFeeModel.

Definition at line 43 of file AxosFeeModel.cs.


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