Class BitfinexPastFundingTradesRequest

java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastFundingTradesRequest

public class BitfinexPastFundingTradesRequest extends Object
  • Field Details

    • request

      protected String request
    • nonce

      protected String nonce
    • symbol

      protected String symbol
    • until

      protected Date until
      Trades made after this timestamp won’t be returned.
    • limitTrades

      protected Integer limitTrades
  • Constructor Details

    • BitfinexPastFundingTradesRequest

      public BitfinexPastFundingTradesRequest(String nonce, String symbol, Date until, Integer limitTrades)