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

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

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

Public Member Functions

 WolverineFeeModel (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 Wolverine order fees

Definition at line 25 of file WolverineFeeModel.cs.

Constructor & Destructor Documentation

◆ WolverineFeeModel()

QuantConnect.Orders.Fees.WolverineFeeModel.WolverineFeeModel ( 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 WolverineFeeModel.cs.

Member Function Documentation

◆ GetOrderFee()

OrderFee QuantConnect.Orders.Fees.WolverineFeeModel.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 WolverineFeeModel.cs.


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