Class BitfinexNewOrderRequest

java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
Direct Known Subclasses:
BitfinexReplaceOrderRequest

public class BitfinexNewOrderRequest extends Object
  • Field Details

    • request

      protected String request
    • nonce

      protected String nonce
    • symbol

      protected String symbol
    • exchange

      protected String exchange
    • side

      protected String side
    • type

      protected String type
    • amount

      protected String amount
    • price

      protected String price
    • is_hidden

      protected boolean is_hidden
    • is_postonly

      protected boolean is_postonly
    • ocoorder

      protected boolean ocoorder
    • buy_price_oco

      protected String buy_price_oco
    • sell_price_oco

      protected String sell_price_oco
  • 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()