API Reference

This event is emitted when a limit order is deleted.

enum LimitOrderResult {
    FILLED,
    CANCELLED,
    LIQUIDATABLE,
    BAD_DEBT,
    OVER_MAX_SIZE,
    OPEN_INTEREST_CAP_EXCEEDED,
    NOT_REDUCE_ONLY,
    TAKER_IS_MAKER
}


event LimitOrderRemoved(uint256 indexed id, address indexed amm, address indexed trader, LimitOrderResult result);

params

  • id order id
  • amm amm address
  • trader trader address
  • result comments on deletion