Binance Connector JS
    Preparing search index...

    Interface GetOrderListResponse

    GetOrderListResponse

    interface GetOrderListResponse {
        contingencyType?: string;
        listClientOrderId?: string;
        listOrderStatus?: string;
        listStatusType?: string;
        orderListId?: number;
        orders?: GetOrderListResponseOrdersInner[];
        symbol?: string;
        transactionTime?: number;
    }
    Index

    Properties

    contingencyType?: string

    GetOrderListResponse

    listClientOrderId?: string

    GetOrderListResponse

    listOrderStatus?: string

    GetOrderListResponse

    listStatusType?: string

    GetOrderListResponse

    orderListId?: number

    GetOrderListResponse

    GetOrderListResponse

    symbol?: string

    GetOrderListResponse

    transactionTime?: number

    GetOrderListResponse