Class BitfinexNewOfferRequest

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

public class BitfinexNewOfferRequest extends Object
  • Field Details

    • request

      protected String request
    • nonce

      protected String nonce
    • currency

      protected String currency
    • amount

      protected BigDecimal amount
    • rate

      protected BigDecimal rate
    • period

      protected int period
    • direction

      protected String direction
  • Constructor Details

  • Method Details

    • getRequest

      public String getRequest()
    • setRequest

      public void setRequest(String request)
    • getNonce

      public String getNonce()
    • setNonce

      public void setNonce(String nonce)
    • getCurrency

      public String getCurrency()
    • getAmount

      public String getAmount()
    • getRate

      public String getRate()
    • getPeriod

      public int getPeriod()
    • getDirection

      public String getDirection()