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

Provides an implementation of FeeModel that models Binance Coin Futures order fees More...

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

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)
 

Detailed Description

Provides an implementation of FeeModel that models Binance Coin Futures order fees

Definition at line 21 of file BinanceCoinFuturesFeeModel.cs.

Constructor & Destructor Documentation

◆ BinanceCoinFuturesFeeModel()

QuantConnect.Orders.Fees.BinanceCoinFuturesFeeModel.BinanceCoinFuturesFeeModel ( decimal  mFee = MakerTier1Fee,
decimal  tFee = TakerTier1Fee 
)

Creates Binance Coin Futures fee model setting fees values

Parameters
mFeeMaker fee value
tFeeTaker fee value

Definition at line 40 of file BinanceCoinFuturesFeeModel.cs.

Member Data Documentation

◆ MakerTier1Fee

const new decimal QuantConnect.Orders.Fees.BinanceCoinFuturesFeeModel.MakerTier1Fee = 0.0001m
static

Tier 1 maker fees https://www.binance.com/en/fee/deliveryFee

Definition at line 27 of file BinanceCoinFuturesFeeModel.cs.

◆ TakerTier1Fee

const new decimal QuantConnect.Orders.Fees.BinanceCoinFuturesFeeModel.TakerTier1Fee = 0.0005m
static

Tier 1 taker fees https://www.binance.com/en/fee/deliveryFee

Definition at line 33 of file BinanceCoinFuturesFeeModel.cs.


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