bitfinex-node-api
    Preparing search index...

    Interface IFundingTradeExecutedMessage

    fte — a funding trade has just executed.

    interface IFundingTradeExecutedMessage {
        amount: number;
        channel_id: number;
        currency: string;
        id: string;
        period: number;
        rate: number;
        timestamp: number;
        type: "funding_trade_executed";
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    channel_id: number
    currency: string
    id: string
    period: number
    rate: number
    timestamp: number
    type: "funding_trade_executed"