Class QuoineExecutionsResponse

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

public class QuoineExecutionsResponse extends Object
  • Field Details

    • models

      public final List<QuoineExecution> models
    • currentPage

      public final int currentPage
    • totalPages

      public final int totalPages
  • Constructor Details

    • QuoineExecutionsResponse

      public QuoineExecutionsResponse(List<QuoineExecution> models, int currentPage, int totalPages)