Binance Connector JS
    Preparing search index...

    Interface EquityOrderHistoryResponseRowsInner

    EquityOrderHistoryResponseRowsInner

    interface EquityOrderHistoryResponseRowsInner {
        avgFilledPrice?: null | string;
        createdAt?: number | bigint;
        fee?: string;
        filledQty?: string;
        filledTotal?: null | string;
        limitPrice?: null | string;
        notional?: null | string;
        orderId?: string;
        orderType?: string;
        qty?: null | string;
        quote?: string;
        session?: null | string;
        side?: string;
        status?: string;
        symbol?: string;
        updatedAt?: number | bigint;
    }
    Index

    Properties

    avgFilledPrice?: null | string

    Average fill price (USD). null until the first fill. For MARKET orders this is the only meaningful price field.

    EquityOrderHistoryResponseRowsInner

    createdAt?: number | bigint

    Order creation time (ms epoch).

    EquityOrderHistoryResponseRowsInner

    fee?: string

    Total commission fee (USD).

    EquityOrderHistoryResponseRowsInner

    filledQty?: string

    Cumulative filled quantity.

    EquityOrderHistoryResponseRowsInner

    filledTotal?: null | string

    Cumulative filled notional. Populated only for BUY MARKET.

    EquityOrderHistoryResponseRowsInner

    limitPrice?: null | string

    Limit price (USD). Non-null for LIMIT orders, null for MARKET.

    EquityOrderHistoryResponseRowsInner

    notional?: null | string

    Requested notional. Non-null for BUY MARKET; null otherwise.

    EquityOrderHistoryResponseRowsInner

    orderId?: string

    Equity order id.

    EquityOrderHistoryResponseRowsInner

    orderType?: string

    MARKET / LIMIT.

    EquityOrderHistoryResponseRowsInner

    qty?: null | string

    Requested quantity. null for BUY MARKET (use notional instead).

    EquityOrderHistoryResponseRowsInner

    quote?: string

    Quote asset (e.g. USDC).

    EquityOrderHistoryResponseRowsInner

    session?: null | string

    Trading session the order was placed under: RTH / EXTENDED / 24H. null for MARKET orders.

    EquityOrderHistoryResponseRowsInner

    side?: string

    BUY / SELL.

    EquityOrderHistoryResponseRowsInner

    status?: string

    Order lifecycle status — one of NEW / ACCEPTED / PARTIALLY_FILLED / FILLED / CANCELED / EXPIRED / REJECTED.

    EquityOrderHistoryResponseRowsInner

    symbol?: string

    US-equity ticker.

    EquityOrderHistoryResponseRowsInner

    updatedAt?: number | bigint

    Last update time (ms epoch).

    EquityOrderHistoryResponseRowsInner