Binance Connector JS
    Preparing search index...

    OrderOcoResponse

    interface OrderOcoResponse {
        contingencyType?: string;
        listClientOrderId?: string;
        listOrderStatus?: string;
        listStatusType?: string;
        orderListId?: number;
        orderReports?: OrderOcoResponseOrderReportsInner[];
        orders?: OrderOcoResponseOrdersInner[];
        symbol?: string;
        transactionTime?: number;
    }
    Index

    Properties

    contingencyType?: string

    OrderOcoResponse

    listClientOrderId?: string

    OrderOcoResponse

    listOrderStatus?: string

    OrderOcoResponse

    listStatusType?: string

    OrderOcoResponse

    orderListId?: number

    OrderOcoResponse

    OrderOcoResponse

    OrderOcoResponse

    symbol?: string

    OrderOcoResponse

    transactionTime?: number

    OrderOcoResponse