Lean  $LEAN_TAG$
BybitFuturesFeeModel Class Reference

Bybit futures fee model implementation More...

Inheritance diagram for BybitFuturesFeeModel:
[legend]

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...
 

Detailed Description

Bybit futures fee model implementation

Definition at line 21 of file BybitFuturesFeeModel.cs.

Constructor & Destructor Documentation

◆ BybitFuturesFeeModel()

BybitFuturesFeeModel.BybitFuturesFeeModel ( decimal  makerFee = MakerNonVIPFee,
decimal  takerFee = TakerNonVIPFee 
)

Initializes a new instance of the BybitFuturesFeeModel class

Parameters
makerFeeThe accounts maker fee
takerFeeThe accounts taker fee

Definition at line 40 of file BybitFuturesFeeModel.cs.

Member Data Documentation

◆ MakerNonVIPFee

const new decimal BybitFuturesFeeModel.MakerNonVIPFee = 0.0002m
static

◆ TakerNonVIPFee

const new decimal BybitFuturesFeeModel.TakerNonVIPFee = 0.00055m
static

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