Binance Connector JS
    Preparing search index...

    MarginAccountCancelOrderResponse

    interface MarginAccountCancelOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        isIsolated?: boolean;
        orderId?: string;
        origClientOrderId?: string;
        origQty?: string;
        price?: string;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        type?: string;
    }
    Index

    Properties

    clientOrderId?: string

    MarginAccountCancelOrderResponse

    cummulativeQuoteQty?: string

    MarginAccountCancelOrderResponse

    executedQty?: string

    MarginAccountCancelOrderResponse

    isIsolated?: boolean

    MarginAccountCancelOrderResponse

    orderId?: string

    MarginAccountCancelOrderResponse

    origClientOrderId?: string

    MarginAccountCancelOrderResponse

    origQty?: string

    MarginAccountCancelOrderResponse

    price?: string

    MarginAccountCancelOrderResponse

    side?: string

    MarginAccountCancelOrderResponse

    status?: string

    MarginAccountCancelOrderResponse

    symbol?: string

    MarginAccountCancelOrderResponse

    timeInForce?: string

    MarginAccountCancelOrderResponse

    type?: string

    MarginAccountCancelOrderResponse