WebullFeeModel
QuantConnect.Orders.Fees.WebullFeeModel
Bases: FeeModel
Represents a fee model specific to Webull.
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
|
OrderFee.ZERO for equity and standard options; a per-contract fee for index options. |