Class Model
- java.lang.Object
-
- org.knowm.xchange.quoine.dto.trade.Model
-
public final class Model extends Object
- Author:
- timmolter
-
-
Constructor Summary
Constructors Constructor Description Model(String id, String orderType, BigDecimal quantity, String currencyPairCode, String side, String productCode, BigDecimal filledQuantity, BigDecimal price, BigDecimal createdAt, BigDecimal updatedAt, String status, String bitcoinAccountId, Integer leverageLevel, String fundingCurrency)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBitcoinAccountId()
BigDecimal
getCreatedAt()
String
getCurrencyPairCode()
BigDecimal
getFilledQuantity()
String
getFundingCurrency()
String
getId()
Integer
getLeverageLevel()
String
getOrderType()
BigDecimal
getPrice()
String
getProductCode()
BigDecimal
getQuantity()
String
getSide()
String
getStatus()
BigDecimal
getUpdatedAt()
String
toString()
-
-
-
Constructor Detail
-
Model
public Model(String id, String orderType, BigDecimal quantity, String currencyPairCode, String side, String productCode, BigDecimal filledQuantity, BigDecimal price, BigDecimal createdAt, BigDecimal updatedAt, String status, String bitcoinAccountId, Integer leverageLevel, String fundingCurrency)
Constructor- Parameters:
id
-orderType
-quantity
-currencyPairCode
-side
-productCode
-filledQuantity
-price
-createdAt
-updatedAt
-status
-bitcoinAccountId
-leverageLevel
-
-
-
Method Detail
-
getId
public String getId()
-
getOrderType
public String getOrderType()
-
getQuantity
public BigDecimal getQuantity()
-
getCurrencyPairCode
public String getCurrencyPairCode()
-
getSide
public String getSide()
-
getProductCode
public String getProductCode()
-
getFilledQuantity
public BigDecimal getFilledQuantity()
-
getPrice
public BigDecimal getPrice()
-
getCreatedAt
public BigDecimal getCreatedAt()
-
getUpdatedAt
public BigDecimal getUpdatedAt()
-
getStatus
public String getStatus()
-
getBitcoinAccountId
public String getBitcoinAccountId()
-
getLeverageLevel
public Integer getLeverageLevel()
-
getFundingCurrency
public String getFundingCurrency()
-
-