PublicFeeModel
QuantConnect.Orders.Fees.PublicFeeModel
Bases: FeeModel
Represents a fee model specific to Public.com.
get_order_fee
get_order_fee(parameters: OrderFeeParameters) -> OrderFee
Gets the order fee for a given security and order.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parameters
|
OrderFeeParameters
|
The parameters including the security and order details. |
required |
Returns:
| Type | Description |
|---|---|
OrderFee
|
A OrderFee in USD for the order. |