OrderFees
Documentation for eth_defi.gmx.events.OrderFees Python class.
- class OrderFees
Bases:
objectFees from GMX order execution.
All fee values are in token amounts (not USD).
Attributes summary
Position fee amount
Borrowing fee amount
Funding fee amount
Liquidation fee amount (if applicable)
Methods summary
__init__([position_fee, borrowing_fee, ...])- position_fee: int
Position fee amount
- borrowing_fee: int
Borrowing fee amount
- funding_fee: int
Funding fee amount
- liquidation_fee: int
Liquidation fee amount (if applicable)