OrderFees Documentation for eth_defi.gmx.events.OrderFees Python class. class OrderFees Bases: object Fees from GMX order execution. All fee values are in token amounts (not USD). Attributes summary position_fee borrowing_fee funding_fee liquidation_fee Methods summary __init__([position_fee, borrowing_fee, ...]) __init__(position_fee=0, borrowing_fee=0, funding_fee=0, liquidation_fee=0) Parameters position_fee (int) – borrowing_fee (int) – funding_fee (int) – liquidation_fee (int) – Return type None