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

    client Order Id.

    MarginAccountCancelOrderResponse

    cummulativeQuoteQty?: string

    cummulative Quote Qty.

    MarginAccountCancelOrderResponse

    executedQty?: string

    executed Qty.

    MarginAccountCancelOrderResponse

    isIsolated?: boolean

    if isolated margin

    MarginAccountCancelOrderResponse

    orderId?: string

    order Id.

    MarginAccountCancelOrderResponse

    origClientOrderId?: string

    orig Client Order Id.

    MarginAccountCancelOrderResponse

    origQty?: string

    orig Qty.

    MarginAccountCancelOrderResponse

    price?: string

    price.

    MarginAccountCancelOrderResponse

    side?: string

    side.

    MarginAccountCancelOrderResponse

    status?: string

    status.

    MarginAccountCancelOrderResponse

    symbol?: string

    symbol.

    MarginAccountCancelOrderResponse

    timeInForce?: string

    time In Force.

    MarginAccountCancelOrderResponse

    type?: string

    type.

    MarginAccountCancelOrderResponse