Binance Connector JS
    Preparing search index...

    Interface MyAllocationsResponseInner

    MyAllocationsResponseInner

    interface MyAllocationsResponseInner {
        allocationId?: number;
        allocationType?: string;
        commission?: string;
        commissionAsset?: string;
        isAllocator?: boolean;
        isBuyer?: boolean;
        isMaker?: boolean;
        orderId?: number;
        orderListId?: number;
        price?: string;
        qty?: string;
        quoteQty?: string;
        symbol?: string;
        time?: number;
    }
    Index

    Properties

    allocationId?: number

    MyAllocationsResponseInner

    allocationType?: string

    MyAllocationsResponseInner

    commission?: string

    MyAllocationsResponseInner

    commissionAsset?: string

    MyAllocationsResponseInner

    isAllocator?: boolean

    MyAllocationsResponseInner

    isBuyer?: boolean

    MyAllocationsResponseInner

    isMaker?: boolean

    MyAllocationsResponseInner

    orderId?: number

    MyAllocationsResponseInner

    orderListId?: number

    MyAllocationsResponseInner

    price?: string

    MyAllocationsResponseInner

    qty?: string

    MyAllocationsResponseInner

    quoteQty?: string

    MyAllocationsResponseInner

    symbol?: string

    MyAllocationsResponseInner

    time?: number

    MyAllocationsResponseInner