Binance Connector JS
    Preparing search index...

    NewMarginOrderResponse

    interface NewMarginOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        fills?: NewMarginOrderResponseFillsInner[];
        marginBuyBorrowAmount?: number;
        marginBuyBorrowAsset?: string;
        orderId?: number;
        origQty?: string;
        price?: string;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        transactTime?: number;
        type?: string;
    }
    Index

    Properties

    clientOrderId?: string

    NewMarginOrderResponse

    cummulativeQuoteQty?: string

    NewMarginOrderResponse

    executedQty?: string

    NewMarginOrderResponse

    NewMarginOrderResponse

    marginBuyBorrowAmount?: number

    NewMarginOrderResponse

    marginBuyBorrowAsset?: string

    NewMarginOrderResponse

    orderId?: number

    NewMarginOrderResponse

    origQty?: string

    NewMarginOrderResponse

    price?: string

    NewMarginOrderResponse

    side?: string

    NewMarginOrderResponse

    status?: string

    NewMarginOrderResponse

    symbol?: string

    NewMarginOrderResponse

    timeInForce?: string

    NewMarginOrderResponse

    transactTime?: number

    NewMarginOrderResponse

    type?: string

    NewMarginOrderResponse