Lean
$LEAN_TAG$
|
Provides an implementation of FeeModel that models Kraken order fees More...
Public Member Functions | |
override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Get the fee for this order. If sell - fees in base currency If buy - fees in quote currency It can be defined manually in KrakenOrderProperties More... | |
Static Public Attributes | |
const decimal | MakerTier1CryptoFee = 0.0016m |
We don't use 30 day model, so using only tier1 fees. https://www.kraken.com/features/fee-schedule#kraken-pro More... | |
const decimal | TakerTier1CryptoFee = 0.0026m |
We don't use 30 day model, so using only tier1 fees. https://www.kraken.com/features/fee-schedule#kraken-pro More... | |
const decimal | Tier1FxFee = 0.002m |
We don't use 30 day model, so using only tier1 fees. https://www.kraken.com/features/fee-schedule#stablecoin-fx-pairs More... | |
Properties | |
List< string > | FxStablecoinList = new() {"CAD", "EUR", "GBP", "JPY", "USD", "USDT", "DAI", "USDC"} [get] |
Fiats and stablecoins list that have own fee. More... | |
Provides an implementation of FeeModel that models Kraken order fees
Definition at line 28 of file KrakenFeeModel.cs.
|
virtual |
Get the fee for this order. If sell - fees in base currency If buy - fees in quote currency It can be defined manually in KrakenOrderProperties
parameters | A OrderFeeParameters object containing the security and order |
Reimplemented from QuantConnect.Orders.Fees.FeeModel.
Definition at line 62 of file KrakenFeeModel.cs.
|
static |
We don't use 30 day model, so using only tier1 fees. https://www.kraken.com/features/fee-schedule#kraken-pro
Definition at line 34 of file KrakenFeeModel.cs.
|
static |
We don't use 30 day model, so using only tier1 fees. https://www.kraken.com/features/fee-schedule#kraken-pro
Definition at line 40 of file KrakenFeeModel.cs.
|
static |
We don't use 30 day model, so using only tier1 fees. https://www.kraken.com/features/fee-schedule#stablecoin-fx-pairs
Definition at line 46 of file KrakenFeeModel.cs.
|
get |
Fiats and stablecoins list that have own fee.
Definition at line 51 of file KrakenFeeModel.cs.