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

Provides an implementation of FeeModel that models Exante order fees. According to:

More...

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

Public Member Functions

 ExanteFeeModel (decimal forexCommissionRate=0.25m)
 Creates a new instance More...
 
override OrderFee GetOrderFee (OrderFeeParameters parameters)
 Gets the order fee associated with the specified order. More...
 

Static Public Attributes

const decimal MarketUsaRate = 0.02m
 
const decimal DefaultRate = 0.02m
 

Detailed Description

Provides an implementation of FeeModel that models Exante order fees. According to:

Definition at line 29 of file ExanteFeeModel.cs.

Constructor & Destructor Documentation

◆ ExanteFeeModel()

QuantConnect.Orders.Fees.ExanteFeeModel.ExanteFeeModel ( decimal  forexCommissionRate = 0.25m)

Creates a new instance

Parameters
forexCommissionRateCommission rate for FX operations

Definition at line 40 of file ExanteFeeModel.cs.

Member Function Documentation

◆ GetOrderFee()

override OrderFee QuantConnect.Orders.Fees.ExanteFeeModel.GetOrderFee ( OrderFeeParameters  parameters)
virtual

Gets the order fee associated with the specified order.

Parameters
parametersA OrderFeeParameters object containing the security and order
Returns
The cost of the order in a CashAmount instance

Reimplemented from QuantConnect.Orders.Fees.FeeModel.

Definition at line 51 of file ExanteFeeModel.cs.


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