public class CexIOOrder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CexIOOrder.Type |
Constructor and Description |
---|
CexIOOrder(long id,
long time,
CexIOOrder.Type type,
BigDecimal price,
BigDecimal amount,
BigDecimal pending,
String errorMessage)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
String |
getErrorMessage() |
long |
getId() |
BigDecimal |
getPending() |
BigDecimal |
getPrice() |
long |
getTime() |
String |
getTradableIdentifier() |
String |
getTransactionCurrency() |
CexIOOrder.Type |
getType() |
void |
setTradableIdentifier(String tradableIdentifier) |
void |
setTransactionCurrency(String transactionCurrency) |
String |
toString() |
public CexIOOrder(long id, long time, CexIOOrder.Type type, BigDecimal price, BigDecimal amount, BigDecimal pending, String errorMessage)
id
- time
- type
- price
- amount
- pending
- public long getId()
public long getTime()
public CexIOOrder.Type getType()
public BigDecimal getPrice()
public BigDecimal getAmount()
public BigDecimal getPending()
public String getErrorMessage()
public String getTradableIdentifier()
public void setTradableIdentifier(String tradableIdentifier)
public String getTransactionCurrency()
public void setTransactionCurrency(String transactionCurrency)
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.