Class CexIOApiResponse<T>

java.lang.Object
org.knowm.xchange.cexio.dto.CexIOApiResponse<T>
Direct Known Subclasses:
CexIOCurrencyLimits, CexIOFeeInfo, CexIOOrderTransactionsResponse, CexIOTickersResponse

public abstract class CexIOApiResponse<T> extends Object
Author:
ujjwal on 13/02/18.
  • Constructor Details

  • Method Details

    • getE

      public String getE()
    • getData

      public T getData()
    • getOk

      public String getOk()
    • getError

      public String getError()