Binance Connector JS
    Preparing search index...

    CancelMarginAccountOcoOrdersResponse

    interface CancelMarginAccountOcoOrdersResponse {
        contingencyType?: string;
        listClientOrderId?: string;
        listOrderStatus?: string;
        listStatusType?: string;
        orderListId?: number | bigint;
        orderReports?: CancelMarginAccountOcoOrdersResponseOrderReportsInner[];
        orders?: CancelMarginAccountOcoOrdersResponseOrdersInner[];
        symbol?: string;
        transactionTime?: number | bigint;
    }
    Index

    Properties

    contingencyType?: string

    Contingency Type.

    CancelMarginAccountOcoOrdersResponse

    listClientOrderId?: string

    List Client Order ID.

    CancelMarginAccountOcoOrdersResponse

    listOrderStatus?: string

    List Order Status.

    CancelMarginAccountOcoOrdersResponse

    listStatusType?: string

    List Status Type.

    CancelMarginAccountOcoOrdersResponse

    orderListId?: number | bigint

    Order List ID.

    CancelMarginAccountOcoOrdersResponse

    Order Reports.

    CancelMarginAccountOcoOrdersResponse

    Orders.

    CancelMarginAccountOcoOrdersResponse

    symbol?: string

    Trade symbol, if existing.

    CancelMarginAccountOcoOrdersResponse

    transactionTime?: number | bigint

    Transaction Time.

    CancelMarginAccountOcoOrdersResponse