Lean  $LEAN_TAG$
QuantConnect.Orders.Fees.RBIFeeModel Class Reference

Provides an implementation of FeeModel that models RBI order fees More...

Inheritance diagram for QuantConnect.Orders.Fees.RBIFeeModel:
[legend]

Public Member Functions

 RBIFeeModel (decimal? feesPerShare=null)
 Creates a new instance More...
 
OrderFee GetOrderFee (OrderFeeParameters parameters)
 Get the fee for this order in quote currency More...
 

Detailed Description

Provides an implementation of FeeModel that models RBI order fees

Definition at line 25 of file RBIFeeModel.cs.

Constructor & Destructor Documentation

◆ RBIFeeModel()

QuantConnect.Orders.Fees.RBIFeeModel.RBIFeeModel ( decimal?  feesPerShare = null)

Creates a new instance

Parameters
feesPerShareThe fees per share to apply

Default value is $0.005 per share

Definition at line 34 of file RBIFeeModel.cs.

Member Function Documentation

◆ GetOrderFee()

OrderFee QuantConnect.Orders.Fees.RBIFeeModel.GetOrderFee ( OrderFeeParameters  parameters)
virtual

Get the fee for this order in quote currency

Parameters
parametersA OrderFeeParameters object containing the security and order
Returns
The cost of the order in quote currency

Reimplemented from QuantConnect.Orders.Fees.FeeModel.

Definition at line 45 of file RBIFeeModel.cs.


The documentation for this class was generated from the following file: