public final class Model extends Object
Constructor and 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)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getBitcoinAccountId() |
BigDecimal |
getCreatedAt() |
String |
getCurrencyPairCode() |
BigDecimal |
getFilledQuantity() |
String |
getId() |
Integer |
getLeverageLevel() |
String |
getOrderType() |
BigDecimal |
getPrice() |
String |
getProductCode() |
BigDecimal |
getQuantity() |
String |
getSide() |
String |
getStatus() |
BigDecimal |
getUpdatedAt() |
String |
toString() |
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)
id
- orderType
- quantity
- currencyPairCode
- side
- productCode
- filledQuantity
- price
- createdAt
- updatedAt
- status
- bitcoinAccountId
- leverageLevel
- public String getId()
public String getOrderType()
public BigDecimal getQuantity()
public String getCurrencyPairCode()
public String getSide()
public String getProductCode()
public BigDecimal getFilledQuantity()
public BigDecimal getPrice()
public BigDecimal getCreatedAt()
public BigDecimal getUpdatedAt()
public String getStatus()
public String getBitcoinAccountId()
public Integer getLeverageLevel()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.