Class GeminiNewOrderRequest

java.lang.Object
org.knowm.xchange.gemini.v1.dto.trade.GeminiNewOrderRequest

public class GeminiNewOrderRequest extends Object
  • Field Details

    • request

      protected String request
    • nonce

      protected String nonce
    • client_order_id

      protected String client_order_id
    • symbol

      protected String symbol
    • exchange

      protected String exchange
    • side

      protected String side
    • type

      protected String type
    • amount

      protected BigDecimal amount
    • price

      protected BigDecimal price
    • options

      protected Object[] options
  • Constructor Details

  • Method Details

    • getRequest

      public String getRequest()
    • setRequest

      public void setRequest(String request)
    • getNonce

      public String getNonce()
    • setNonce

      public void setNonce(String nonce)
    • getSide

      public String getSide()
    • getType

      public String getType()
    • getSymbol

      public String getSymbol()
    • getAmount

      public String getAmount()
    • getPrice

      public String getPrice()
    • getOptions

      public Object[] getOptions()