Skip to content

IFeeModel

QuantConnect.Orders.Fees.IFeeModel

Represents a model the simulates order fees

get_order_fee

get_order_fee(parameters: OrderFeeParameters) -> OrderFee

Gets the order fee associated with the specified order.

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 a CashAmount instance.