Provides an implementation of FeeModel that models Binance order fees
More...
|
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 order fees
Definition at line 24 of file BinanceFeeModel.cs.
◆ BinanceFeeModel()
Creates Binance fee model setting fees values
- Parameters
-
mFee | Maker fee value |
tFee | Taker fee value |
Definition at line 46 of file BinanceFeeModel.cs.
◆ GetOrderFee()
◆ GetFee() [1/2]
virtual decimal QuantConnect.Orders.Fees.BinanceFeeModel.GetFee |
( |
Order |
order | ) |
|
|
protectedvirtual |
◆ GetFee() [2/2]
static decimal QuantConnect.Orders.Fees.BinanceFeeModel.GetFee |
( |
Order |
order, |
|
|
decimal |
makerFee, |
|
|
decimal |
takerFee |
|
) |
| |
|
staticprotected |
Gets the fee factor for the given order taking into account the maker and the taker fee
Definition at line 105 of file BinanceFeeModel.cs.
◆ MakerTier1Fee
const decimal QuantConnect.Orders.Fees.BinanceFeeModel.MakerTier1Fee = 0.001m |
|
static |
◆ TakerTier1Fee
const decimal QuantConnect.Orders.Fees.BinanceFeeModel.TakerTier1Fee = 0.001m |
|
static |
The documentation for this class was generated from the following file: