Lean
$LEAN_TAG$
|
Provides an implementation of FeeModel that models FXCM order fees More...
Public Member Functions | |
FxcmFeeModel (string currency="USD") | |
Creates a new instance More... | |
override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Get the fee for this order in units of the account currency More... | |
Provides an implementation of FeeModel that models FXCM order fees
Definition at line 25 of file FxcmFeeModel.cs.
QuantConnect.Orders.Fees.FxcmFeeModel.FxcmFeeModel | ( | string | currency = "USD" | ) |
Creates a new instance
currency | The currency of the order fee, for FXCM this is the account currency |
Definition at line 44 of file FxcmFeeModel.cs.
|
virtual |
Get the fee for this order in units of the account currency
parameters | A OrderFeeParameters object containing the security and order |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 55 of file FxcmFeeModel.cs.