bitfinex-node-api
    Preparing search index...

    Interface IClosePositionResponse

    interface IClosePositionResponse {
        message: string;
        order: {
            active: number;
            amount: string;
            avg_price: string;
            cid: null;
            cid_date: null;
            created_at: string;
            fiat_currency: null;
            flags: number;
            gid: null;
            hidden: boolean;
            id: number;
            liq_stage: null;
            lockedperiod: null;
            maxrate: string;
            meta: null;
            mseq: number;
            nopayback: null;
            originalamount: string;
            pair: string;
            placed_id: null;
            placed_trades: null;
            pos_id: null;
            price: null;
            price_aux_limit: string;
            routing: string;
            status: string;
            tif: null;
            trailingprice: string;
            type: "MARKET";
            type_prev: null;
            updated_at: string;
            user_id: number;
            v_pair: string;
            vir: number;
        };
        position: {
            active: number;
            amount: string;
            base: string;
            collateral: string;
            created_at: string;
            id: number;
            lev: number;
            maxrate: string;
            meta?: string;
            noliquidation: null;
            pair: string;
            period: null;
            stage: number;
            status: string;
            swap: string;
            swap_type: number;
            type: number;
            updated_at: string;
            user_id: number;
            vir: number;
        };
    }
    Index

    Properties

    message: string
    order: {
        active: number;
        amount: string;
        avg_price: string;
        cid: null;
        cid_date: null;
        created_at: string;
        fiat_currency: null;
        flags: number;
        gid: null;
        hidden: boolean;
        id: number;
        liq_stage: null;
        lockedperiod: null;
        maxrate: string;
        meta: null;
        mseq: number;
        nopayback: null;
        originalamount: string;
        pair: string;
        placed_id: null;
        placed_trades: null;
        pos_id: null;
        price: null;
        price_aux_limit: string;
        routing: string;
        status: string;
        tif: null;
        trailingprice: string;
        type: "MARKET";
        type_prev: null;
        updated_at: string;
        user_id: number;
        v_pair: string;
        vir: number;
    }
    position: {
        active: number;
        amount: string;
        base: string;
        collateral: string;
        created_at: string;
        id: number;
        lev: number;
        maxrate: string;
        meta?: string;
        noliquidation: null;
        pair: string;
        period: null;
        stage: number;
        status: string;
        swap: string;
        swap_type: number;
        type: number;
        updated_at: string;
        user_id: number;
        vir: number;
    }