Interface IDEXLiquidation

interface IDEXLiquidation {
    fillId: string;
    price: string;
    quantity: string;
    quoteQuantity: string;
    time: number;
    liquidationSide: OrderSide;
}

Hierarchy (view full)

Properties

fillId: string

Liquidation identifier

price: string

Price of the liquidation in quote terms

quantity: string

Quantity of the liquidation in base terms

quoteQuantity: string

Quantity of the liquidation in quote terms

time: number

Timestamp of the liquidation

liquidationSide: OrderSide

Liquidation side of the settlement, buy or sell