Lean
$LEAN_TAG$
|
Provides an implementation of FeeModel that models Binance Coin Futures order fees More...
Public Member Functions | |
BinanceCoinFuturesFeeModel (decimal mFee=MakerTier1Fee, decimal tFee=TakerTier1Fee) | |
Creates Binance Coin Futures fee model setting fees values More... | |
Public Member Functions inherited from QuantConnect.Orders.Fees.BinanceFeeModel | |
BinanceFeeModel (decimal mFee=MakerTier1Fee, decimal tFee=TakerTier1Fee) | |
Creates Binance fee model setting fees values More... | |
override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Get the fee for this order in quote currency More... | |
Static Public Attributes | |
const new decimal | MakerTier1Fee = 0.0001m |
Tier 1 maker fees https://www.binance.com/en/fee/deliveryFee More... | |
const new decimal | TakerTier1Fee = 0.0005m |
Tier 1 taker fees https://www.binance.com/en/fee/deliveryFee More... | |
Static Public Attributes inherited from QuantConnect.Orders.Fees.BinanceFeeModel | |
const decimal | MakerTier1Fee = 0.001m |
Tier 1 maker fees https://www.binance.com/en/fee/schedule More... | |
const decimal | TakerTier1Fee = 0.001m |
Tier 1 taker fees https://www.binance.com/en/fee/schedule More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QuantConnect.Orders.Fees.BinanceFeeModel | |
virtual decimal | GetFee (Order order) |
Gets the fee factor for the given order More... | |
Static Protected Member Functions inherited from QuantConnect.Orders.Fees.BinanceFeeModel | |
static decimal | GetFee (Order order, decimal makerFee, decimal takerFee) |
Gets the fee factor for the given order taking into account the maker and the taker fee More... | |
Provides an implementation of FeeModel that models Binance Coin Futures order fees
Definition at line 21 of file BinanceCoinFuturesFeeModel.cs.
QuantConnect.Orders.Fees.BinanceCoinFuturesFeeModel.BinanceCoinFuturesFeeModel | ( | decimal | mFee = MakerTier1Fee , |
decimal | tFee = TakerTier1Fee |
||
) |
Creates Binance Coin Futures fee model setting fees values
mFee | Maker fee value |
tFee | Taker fee value |
Definition at line 40 of file BinanceCoinFuturesFeeModel.cs.
|
static |
Tier 1 maker fees https://www.binance.com/en/fee/deliveryFee
Definition at line 27 of file BinanceCoinFuturesFeeModel.cs.
|
static |
Tier 1 taker fees https://www.binance.com/en/fee/deliveryFee
Definition at line 33 of file BinanceCoinFuturesFeeModel.cs.