Lean
$LEAN_TAG$
|
Provides an implementation of FeeModel that models Exante order fees. According to:
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 |
Market USA rate More... | |
const decimal | DefaultRate = 0.02m |
Default rate More... | |
Provides an implementation of FeeModel that models Exante order fees. According to:
Definition at line 29 of file ExanteFeeModel.cs.
QuantConnect.Orders.Fees.ExanteFeeModel.ExanteFeeModel | ( | decimal | forexCommissionRate = 0.25m | ) |
Creates a new instance
forexCommissionRate | Commission rate for FX operations |
Definition at line 47 of file ExanteFeeModel.cs.
|
virtual |
Gets the order fee associated with the specified order.
parameters | A OrderFeeParameters object containing the security and order |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 58 of file ExanteFeeModel.cs.
|
static |
Market USA rate
Definition at line 34 of file ExanteFeeModel.cs.
|
static |
Default rate
Definition at line 39 of file ExanteFeeModel.cs.