Binance Connector JS
    Preparing search index...

    OrderReportStreamResponse

    interface OrderReportStreamResponse {
        ai?: string;
        b?: string;
        e?: string;
        E?: number | bigint;
        FN?: number;
        fq?: number;
        i?: string;
        n?: string;
        N?: null | number;
        o?: string;
        p?: null | number;
        q?: string;
        Q?: number;
        s?: string;
        S?: string;
        T?: number | bigint;
        tc?: number;
        U?: number | bigint;
        x?: string;
        Z?: number;
    }
    Index

    Properties

    Properties

    ai?: string

    Asset ID (internal identifier).

    OrderReportStreamResponse

    b?: string

    Base asset — the internal asset code with an EQ_ prefix (e.g. \"EQ_AAPL\"), not the bare ticker used in REST responses / order input. Strip the EQ_ prefix to match a symbol used elsewhere.

    OrderReportStreamResponse

    e?: string

    Event type, always \"orderReport\".

    OrderReportStreamResponse

    E?: number | bigint

    Event time (epoch milliseconds); server push time.

    OrderReportStreamResponse

    FN?: number

    Filled notional (= filledQty × filledAvgPrice).

    OrderReportStreamResponse

    fq?: number

    Filled quantity.

    OrderReportStreamResponse

    i?: string

    Order ID (UUID).

    OrderReportStreamResponse

    n?: string

    Trading session label, e.g. \"Regular\", \"24 Hours Trading\".

    OrderReportStreamResponse

    N?: null | number

    Order notional; set when the order was submitted as notional (market buy), null when submitted as quantity.

    OrderReportStreamResponse

    o?: string

    Order type: \"market\" / \"limit\" / \"stop\" / \"stop_limit\" / \"trailing_stop\". Note: lowercase.

    OrderReportStreamResponse

    p?: null | number

    Limit price; null for market orders.

    OrderReportStreamResponse

    q?: string

    Quote currency, e.g. \"USD\".

    OrderReportStreamResponse

    Q?: number

    Order quantity (shares); 0 when the order was submitted as notional.

    OrderReportStreamResponse

    s?: string

    Order status, e.g. \"accepted\", \"partially_filled\", \"filled\", \"canceled\". Note: lowercase, unlike REST responses.

    OrderReportStreamResponse

    S?: string

    Order side: \"buy\" or \"sell\". Note: lowercase, unlike REST responses.

    OrderReportStreamResponse

    T?: number | bigint

    Order create time (epoch milliseconds).

    OrderReportStreamResponse

    tc?: number

    Total cost — cumulative buy-in cost including the commission fee.

    OrderReportStreamResponse

    U?: number | bigint

    Order update time (epoch milliseconds).

    OrderReportStreamResponse

    x?: string

    Execution type: \"ORDER_UPDATE\" (still open) or \"ORDER_TERMINAL\" (reached terminal state).

    OrderReportStreamResponse

    Z?: number

    Fill progress percentage (0–100, 2 dp). By notional: FN / N × 100. By qty: fq / Q × 100.

    OrderReportStreamResponse