Skip to content

RBIFeeModel

QuantConnect.Orders.Fees.RBIFeeModel

RBIFeeModel(fees_per_share: Optional[float] = None)

Bases: FeeModel

Provides an implementation of FeeModel that models RBI 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.