Lean
$LEAN_TAG$
|
Bybit futures fee model implementation More...
Public Member Functions | |
BybitFuturesFeeModel (decimal makerFee=MakerNonVIPFee, decimal takerFee=TakerNonVIPFee) | |
Initializes a new instance of the BybitFuturesFeeModel class More... | |
Public Member Functions inherited from BybitFeeModel | |
BybitFeeModel (decimal mFee=MakerNonVIPFee, decimal tFee=TakerNonVIPFee) | |
Creates Binance fee model setting fees values More... | |
override OrderFee | GetOrderFee (OrderFeeParameters parameters) |
Gets the order fee associated with the specified order. More... | |
Static Public Attributes | |
const new decimal | MakerNonVIPFee = 0.0002m |
Tier 1 maker fees https://learn.bybit.com/bybit-guide/bybit-trading-fees/ More... | |
const new decimal | TakerNonVIPFee = 0.00055m |
Tier 1 taker fees https://learn.bybit.com/bybit-guide/bybit-trading-fees/ More... | |
Static Public Attributes inherited from BybitFeeModel | |
const decimal | MakerNonVIPFee = 0.001m |
Tier 1 maker fees https://learn.bybit.com/bybit-guide/bybit-trading-fees/ More... | |
const decimal | TakerNonVIPFee = 0.001m |
Tier 1 taker fees https://learn.bybit.com/bybit-guide/bybit-trading-fees/ More... | |
Additional Inherited Members | |
Protected Member Functions inherited from BybitFeeModel | |
virtual decimal | GetFee (Order order) |
Gets the fee factor for the given order More... | |
Bybit futures fee model implementation
Definition at line 21 of file BybitFuturesFeeModel.cs.
BybitFuturesFeeModel.BybitFuturesFeeModel | ( | decimal | makerFee = MakerNonVIPFee , |
decimal | takerFee = TakerNonVIPFee |
||
) |
Initializes a new instance of the BybitFuturesFeeModel class
makerFee | The accounts maker fee |
takerFee | The accounts taker fee |
Definition at line 40 of file BybitFuturesFeeModel.cs.
|
static |
Tier 1 maker fees https://learn.bybit.com/bybit-guide/bybit-trading-fees/
Definition at line 27 of file BybitFuturesFeeModel.cs.
|
static |
Tier 1 taker fees https://learn.bybit.com/bybit-guide/bybit-trading-fees/
Definition at line 33 of file BybitFuturesFeeModel.cs.