Class LiquidationType

Hierarchy

  • LiquidationType

Constructors

Properties

LIQUIDATE_BORROW_FOR_PERP_PNL: {
    liquidateBorrowForPerpPnl: {};
} = ...

Type declaration

  • liquidateBorrowForPerpPnl: {}
    LIQUIDATE_PERP: {
        liquidatePerp: {};
    } = ...

    Type declaration

    • liquidatePerp: {}
      LIQUIDATE_PERP_PNL_FOR_DEPOSIT: {
          liquidatePerpPnlForDeposit: {};
      } = ...

      Type declaration

      • liquidatePerpPnlForDeposit: {}
        LIQUIDATE_SPOT: {
            liquidateSpot: {};
        } = ...

        Type declaration

        • liquidateSpot: {}
          PERP_BANKRUPTCY: {
              perpBankruptcy: {};
          } = ...

          Type declaration

          • perpBankruptcy: {}
            SPOT_BANKRUPTCY: {
                spotBankruptcy: {};
            } = ...

            Type declaration

            • spotBankruptcy: {}

              Generated using TypeDoc