Class QuoineExecutionsResponse
- java.lang.Object
-
- org.knowm.xchange.quoine.dto.trade.QuoineExecutionsResponse
-
public class QuoineExecutionsResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intcurrentPageList<QuoineExecution>modelsinttotalPages
-
Constructor Summary
Constructors Constructor Description QuoineExecutionsResponse(List<QuoineExecution> models, int currentPage, int totalPages)
-
-
-
Field Detail
-
models
public final List<QuoineExecution> models
-
currentPage
public final int currentPage
-
totalPages
public final int totalPages
-
-
Constructor Detail
-
QuoineExecutionsResponse
public QuoineExecutionsResponse(List<QuoineExecution> models, int currentPage, int totalPages)
-
-