bitfinex-node-api
    Preparing search index...

    Interface INewOrdersResponse

    interface INewOrdersResponse {
        order_ids: IOrderResponse[];
        status: string;
    }
    Index

    Properties

    Properties

    order_ids: IOrderResponse[]
    status: string