Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionLatestCandlestickEvent

    Event from subscribing to a latest_candlestick stream.

    interface EngineServerSubscriptionLatestCandlestickEvent {
        type: "latest_candlestick";
        product_id: number;
        timestamp: string;
        granularity: number;
        open_x18: string;
        high_x18: string;
        low_x18: string;
        close_x18: string;
        volume: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "latest_candlestick"
    product_id: number
    timestamp: string
    granularity: number
    open_x18: string
    high_x18: string
    low_x18: string
    close_x18: string
    volume: string