Class QuoineTransactionsResponse

java.lang.Object
org.knowm.xchange.quoine.dto.trade.QuoineTransactionsResponse

public class QuoineTransactionsResponse extends Object
  • Field Details

    • models

      public final List<QuoineTransaction> models
    • currentPage

      public final int currentPage
    • totalPages

      public final int totalPages
  • Constructor Details

    • QuoineTransactionsResponse

      public QuoineTransactionsResponse(List<QuoineTransaction> models, int currentPage, int totalPages)