Binance Connector JS
    Preparing search index...

    MarginAccountCancelOcoResponse

    interface MarginAccountCancelOcoResponse {
        contingencyType?: string;
        isIsolated?: boolean;
        listClientOrderId?: string;
        listOrderStatus?: string;
        listStatusType?: string;
        orderListId?: number | bigint;
        orderReports?: MarginAccountCancelOcoResponseOrderReportsInner[];
        orders?: MarginAccountCancelOcoResponseOrdersInner[];
        symbol?: string;
        transactionTime?: number | bigint;
    }
    Index

    Properties

    contingencyType?: string

    contingency Type.

    MarginAccountCancelOcoResponse

    isIsolated?: boolean

    if isolated margin

    MarginAccountCancelOcoResponse

    listClientOrderId?: string

    list Client Order Id.

    MarginAccountCancelOcoResponse

    listOrderStatus?: string

    list Order Status.

    MarginAccountCancelOcoResponse

    listStatusType?: string

    list Status Type.

    MarginAccountCancelOcoResponse

    orderListId?: number | bigint

    order List Id.

    MarginAccountCancelOcoResponse

    order Reports.

    MarginAccountCancelOcoResponse

    orders list.

    MarginAccountCancelOcoResponse

    symbol?: string

    symbol.

    MarginAccountCancelOcoResponse

    transactionTime?: number | bigint

    transaction Time.

    MarginAccountCancelOcoResponse