Class ExmoFundingHistoryParams

java.lang.Object
org.knowm.xchange.exmo.dto.account.ExmoFundingHistoryParams
All Implemented Interfaces:
TradeHistoryParams

public class ExmoFundingHistoryParams extends Object implements TradeHistoryParams
The API returns funding for a particular day only (it does not support a date range)
  • Field Details

    • day

      public final Date day
  • Constructor Details

    • ExmoFundingHistoryParams

      public ExmoFundingHistoryParams(Date day)
  • Method Details

    • getDay

      public Date getDay()