Binance Connector JS
    Preparing search index...

    UmAccountTradeListResponseInner

    interface UmAccountTradeListResponseInner {
        buyer?: boolean;
        commission?: string;
        commissionAsset?: string;
        id?: number | bigint;
        maker?: boolean;
        orderId?: number | bigint;
        positionSide?: string;
        price?: string;
        qty?: string;
        quoteQty?: string;
        realizedPnl?: string;
        side?: string;
        symbol?: string;
        time?: number | bigint;
    }
    Index

    Properties

    buyer?: boolean

    Buyer.

    UmAccountTradeListResponseInner

    commission?: string

    Commission.

    UmAccountTradeListResponseInner

    commissionAsset?: string

    Commission Asset.

    UmAccountTradeListResponseInner

    id?: number | bigint

    ID.

    UmAccountTradeListResponseInner

    maker?: boolean

    Maker.

    UmAccountTradeListResponseInner

    orderId?: number | bigint

    Normal orderID after trigger if appliable, only have when the strategy is triggered

    UmAccountTradeListResponseInner

    positionSide?: string

    BOTH means that it is the position of One-way Mode

    UmAccountTradeListResponseInner

    price?: string

    Price.

    UmAccountTradeListResponseInner

    qty?: string

    Qty.

    UmAccountTradeListResponseInner

    quoteQty?: string

    Quote Qty.

    UmAccountTradeListResponseInner

    realizedPnl?: string

    Realized Pnl.

    UmAccountTradeListResponseInner

    side?: string

    Side.

    UmAccountTradeListResponseInner

    symbol?: string

    Trade symbol, if existing.

    UmAccountTradeListResponseInner

    time?: number | bigint

    Event time.

    UmAccountTradeListResponseInner