Class QuoineOrderResponse

java.lang.Object
org.knowm.xchange.quoine.dto.trade.QuoineOrderResponse

public final class QuoineOrderResponse extends Object
Author:
timmolter
  • Constructor Details

    • QuoineOrderResponse

      public QuoineOrderResponse(String id, BigDecimal price, String status, BigDecimal quantity, BigDecimal filledQuantity, String productCode, String currencyPairCode, String createdAt, String updatedAt, String side, String orderType, Object notes, boolean success)
      Constructor
      Parameters:
      id -
      price -
      status -
      quantity -
      filledQuantity -
      productCode -
      currencyPairCode -
      createdAt -
      side -
      orderType -
      notes -
      success -
  • Method Details

    • getId

      public String getId()
    • getPrice

      public BigDecimal getPrice()
    • getStatus

      public String getStatus()
    • getQuantity

      public BigDecimal getQuantity()
    • getFilledQuantity

      public BigDecimal getFilledQuantity()
    • getProductCode

      public String getProductCode()
    • getCurrencyPairCode

      public String getCurrencyPairCode()
    • getCreatedAt

      public String getCreatedAt()
    • getUpdatedAt

      public String getUpdatedAt()
    • getSide

      public String getSide()
    • getOrderType

      public String getOrderType()
    • getNotes

      public Object getNotes()
    • isSuccess

      public boolean isSuccess()
    • toString

      public String toString()
      Overrides:
      toString in class Object