Binance Connector JS
    Preparing search index...

    ExecutionReport

    interface ExecutionReport {
        A?: string;
        B?: string;
        c?: string;
        C?: string;
        Cs?: string;
        d?: number | bigint;
        D?: number | bigint;
        E?: number | bigint;
        eR?: string;
        f?: string;
        F?: string;
        g?: number | bigint;
        i?: number | bigint;
        I?: number | bigint;
        j?: number | bigint;
        J?: number | bigint;
        l?: string;
        L?: string;
        m?: boolean;
        n?: string;
        N?: string;
        o?: string;
        O?: number | bigint;
        p?: string;
        P?: string;
        pl?: string;
        pL?: string;
        pY?: string;
        q?: string;
        Q?: string;
        r?: string;
        s?: string;
        S?: string;
        t?: number | bigint;
        T?: number | bigint;
        u?: number | bigint;
        U?: number | bigint;
        v?: number | bigint;
        V?: string;
        w?: boolean;
        W?: number | bigint;
        x?: string;
        X?: string;
        Y?: string;
        z?: string;
        Z?: string;
    }
    Index

    Properties

    A?: string

    Prevented Quantity; This is only visible if the order expired due to STP trigger.

    ExecutionReport

    B?: string

    Last Prevented Quantity; This is only visible if the order expired due to STP trigger.

    ExecutionReport

    c?: string

    Client order ID

    ExecutionReport

    C?: string

    Original client order ID; Only visible on cancellation of order, the ID of the order being canceled.

    ExecutionReport

    Cs?: string

    Counter Symbol; This is only visible if the order expired due to STP trigger.

    ExecutionReport

    d?: number | bigint

    Trailing Delta; This is only visible if the order was a trailing stop order.

    ExecutionReport

    D?: number | bigint

    Trailing Time; This is only visible if the trailing stop order has been activated.

    ExecutionReport

    E?: number | bigint

    Event time

    ExecutionReport

    eR?: string

    Expiry Reason; This is only visible if the order has expired.

    ExecutionReport

    f?: string

    Time in force

    ExecutionReport

    F?: string

    Iceberg quantity; Will not be visible if not iceberg order

    ExecutionReport

    g?: number | bigint

    OrderListId

    ExecutionReport

    i?: number | bigint

    Order ID

    ExecutionReport

    I?: number | bigint

    updateId

    ExecutionReport

    j?: number | bigint

    Strategy ID; This is only visible if the strategyId parameter was provided upon order placement

    ExecutionReport

    J?: number | bigint

    Strategy Type; This is only visible if the strategyType parameter was provided upon order placement

    ExecutionReport

    l?: string

    Last executed quantity

    ExecutionReport

    L?: string

    Last executed price

    ExecutionReport

    m?: boolean

    Is this trade the maker side?

    ExecutionReport

    n?: string

    Commission amount

    ExecutionReport

    N?: string

    Commission asset; Only visible when there is a commission amount.

    ExecutionReport

    o?: string

    Order type

    ExecutionReport

    O?: number | bigint

    Order creation time

    ExecutionReport

    p?: string

    Order price

    ExecutionReport

    P?: string

    Stop price

    ExecutionReport

    pl?: string

    Prevented Execution Quantity; This is only visible if the order expired due to STP trigger.

    ExecutionReport

    pL?: string

    Prevented Execution Price; This is only visible if the order expired due to STP trigger.

    ExecutionReport

    pY?: string

    Prevented Execution Quote Qty; This is only visible if the order expired due to STP trigger.

    ExecutionReport

    q?: string

    Order quantity

    ExecutionReport

    Q?: string

    Quote Order Quantity; This is only visible if indicated in the order

    ExecutionReport

    r?: string

    Order reject reason; Only visible if there is a rejection, will be an error code.

    ExecutionReport

    s?: string

    Symbol

    ExecutionReport

    S?: string

    Side

    ExecutionReport

    t?: number | bigint

    Trade ID

    ExecutionReport

    T?: number | bigint

    Transaction time

    ExecutionReport

    u?: number | bigint

    TradeGroupId; This is only visible if the account is part of a trade group and the order expired due to STP trigger.

    ExecutionReport

    U?: number | bigint

    CounterOrderId; This is only visible if the order expired due to STP trigger.

    ExecutionReport

    v?: number | bigint

    Prevented Match Id; This is only visible if the order expire due to STP trigger.

    ExecutionReport

    V?: string

    selfTradePreventionMode

    ExecutionReport

    w?: boolean

    Is the order on the book?

    ExecutionReport

    W?: number | bigint

    Working Time; This is only visible if the order has been placed on the book.

    ExecutionReport

    x?: string

    Current execution type

    ExecutionReport

    X?: string

    Current order status

    ExecutionReport

    Y?: string

    Last quote asset transacted quantity (i.e. lastPrice * lastQty)

    ExecutionReport

    z?: string

    Cumulative filled quantity

    ExecutionReport

    Z?: string

    Cumulative quote asset transacted quantity

    ExecutionReport