Binance Connector JS
    Preparing search index...

    CancelAlgoOrderResponseResult

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

    Properties

    algoId?: number | bigint

    CancelAlgoOrderResponseResult

    clientAlgoId?: string

    CancelAlgoOrderResponseResult

    code?: string

    CancelAlgoOrderResponseResult

    msg?: string

    CancelAlgoOrderResponseResult