AxosFeeModel
QuantConnect.Orders.Fees.AxosFeeModel
AxosFeeModel(fees_per_share: Optional[float] = None)
Bases: Object, IFeeModel
Provides an implementation of FeeModel that models Axos order fees
Creates a new instance
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
fees_per_share
|
Optional[float]
|
The fees per share to apply |
None
|
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. |