bitfinex-node-api
    Preparing search index...

    Interface IBookSnapshotV2Message

    interface IBookSnapshotV2Message {
        book: IBookLevelV2[];
        channel_id: number;
        symbol: string;
        type: "book_snapshot";
    }
    Index

    Properties

    book: IBookLevelV2[]
    channel_id: number
    symbol: string
    type: "book_snapshot"