bitfinex-node-api
    Preparing search index...

    Interface IRawBookLevel

    A single order in the raw (R0) order book. price = 0 means "remove the order with order_id".

    interface IRawBookLevel {
        amount: number;
        order_id: number;
        price: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    order_id: number
    price: number