Binance Connector JS
    Preparing search index...

    CancelAlgoOrderResponse

    interface CancelAlgoOrderResponse {
        algoId?: number | bigint;
        clientAlgoId?: string;
        code?: string;
        msg?: string;
    }
    Index

    Properties

    algoId?: number | bigint

    CancelAlgoOrderResponse

    clientAlgoId?: string

    CancelAlgoOrderResponse

    code?: string

    CancelAlgoOrderResponse

    msg?: string

    CancelAlgoOrderResponse