Binance Connector JS
    Preparing search index...

    QueryMarginAccountsTradeListResponseInner

    interface QueryMarginAccountsTradeListResponseInner {
        commission?: string;
        commissionAsset?: string;
        id?: number | bigint;
        isBestMatch?: boolean;
        isBuyer?: boolean;
        isIsolated?: boolean;
        isMaker?: boolean;
        orderId?: number | bigint;
        price?: string;
        qty?: string;
        symbol?: string;
        time?: number | bigint;
    }
    Index

    Properties

    commission?: string

    commission.

    QueryMarginAccountsTradeListResponseInner

    commissionAsset?: string

    commission Asset.

    QueryMarginAccountsTradeListResponseInner

    id?: number | bigint

    id.

    QueryMarginAccountsTradeListResponseInner

    isBestMatch?: boolean

    is Best Match.

    QueryMarginAccountsTradeListResponseInner

    isBuyer?: boolean

    is Buyer.

    QueryMarginAccountsTradeListResponseInner

    isIsolated?: boolean

    is Isolated.

    QueryMarginAccountsTradeListResponseInner

    isMaker?: boolean

    is Maker.

    QueryMarginAccountsTradeListResponseInner

    orderId?: number | bigint

    order Id.

    QueryMarginAccountsTradeListResponseInner

    price?: string

    price.

    QueryMarginAccountsTradeListResponseInner

    qty?: string

    qty.

    QueryMarginAccountsTradeListResponseInner

    symbol?: string

    symbol.

    QueryMarginAccountsTradeListResponseInner

    time?: number | bigint

    time.

    QueryMarginAccountsTradeListResponseInner