Skip to content

AlphaStreamsFeeModel

QuantConnect.Orders.Fees.AlphaStreamsFeeModel

Bases: FeeModel

Provides an implementation of FeeModel that models order fees that alpha stream clients pay/receive

get_order_fee

get_order_fee(parameters: OrderFeeParameters) -> OrderFee

Gets the order fee associated with the specified order. This returns the cost of the transaction in the account 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 units of the account currency.