bitfinex-node-api
    Preparing search index...

    Interface ITradesSnapshotV2Message

    interface ITradesSnapshotV2Message {
        channel_id: number;
        symbol: string;
        trades: IWSTradeV2[];
        type: "trades_snapshot";
    }
    Index

    Properties

    channel_id: number
    symbol: string
    trades: IWSTradeV2[]
    type: "trades_snapshot"