bitfinex-node-api
    Preparing search index...

    Interface IBookUpdateMessage

    Live update of a single price level in the aggregated book. Raw frame: [CHAN_ID, PRICE, COUNT, AMOUNT].

    interface IBookUpdateMessage {
        amount: number;
        channel_id: number;
        count: number;
        price: number;
        type: "book_update";
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    channel_id: number
    count: number
    price: number
    type: "book_update"