public final class QuoineOrderDetailsResponse extends Object
Constructor and Description |
---|
QuoineOrderDetailsResponse(String id,
String orderType,
BigDecimal quantity,
String currencyPairCode,
String side,
Integer leverageLevel,
String productCode,
BigDecimal filledQuantity,
BigDecimal price,
BigDecimal createdAt,
BigDecimal updatedAt,
String status,
BigDecimal orderFee,
Object settings,
Execution[] executions)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCreatedAt() |
String |
getCurrencyPairCode() |
Execution[] |
getExecutions() |
BigDecimal |
getFilledQuantity() |
String |
getId() |
Integer |
getLeverageLevel() |
BigDecimal |
getOrderFee() |
String |
getOrderType() |
BigDecimal |
getPrice() |
String |
getProductCode() |
BigDecimal |
getQuantity() |
Object |
getSettings() |
String |
getSide() |
String |
getStatus() |
BigDecimal |
getUpdatedAt() |
String |
toString() |
public QuoineOrderDetailsResponse(String id, String orderType, BigDecimal quantity, String currencyPairCode, String side, Integer leverageLevel, String productCode, BigDecimal filledQuantity, BigDecimal price, BigDecimal createdAt, BigDecimal updatedAt, String status, BigDecimal orderFee, Object settings, Execution[] executions)
id
- orderType
- quantity
- currencyPairCode
- side
- leverageLevel
- productCode
- filledQuantity
- price
- createdAt
- updatedAt
- status
- orderFee
- settings
- executions
- public String getId()
public String getOrderType()
public BigDecimal getQuantity()
public String getCurrencyPairCode()
public String getSide()
public Integer getLeverageLevel()
public String getProductCode()
public BigDecimal getFilledQuantity()
public BigDecimal getPrice()
public BigDecimal getCreatedAt()
public BigDecimal getUpdatedAt()
public String getStatus()
public BigDecimal getOrderFee()
public Object getSettings()
public Execution[] getExecutions()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.