bitfinex-node-api
    Preparing search index...

    Interface IRawBookSnapshotV2Message

    interface IRawBookSnapshotV2Message {
        book: IRawBookLevelV2[];
        channel_id: number;
        symbol: string;
        type: "raw_book_snapshot";
    }
    Index

    Properties

    book: IRawBookLevelV2[]
    channel_id: number
    symbol: string
    type: "raw_book_snapshot"