public final class BitsoOrder extends Object
Constructor and Description |
---|
BitsoOrder(String id,
String datetime,
int type,
BigDecimal price,
BigDecimal amount,
String errorMessage)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
String |
getDatetime() |
String |
getErrorMessage() |
String |
getId() |
BigDecimal |
getPrice() |
Date |
getTime() |
int |
getType() |
String |
toString() |
public BitsoOrder(String id, String datetime, int type, BigDecimal price, BigDecimal amount, String errorMessage)
id
- datetime
- type
- price
- amount
- public String getDatetime()
public String getId()
public int getType()
public BigDecimal getPrice()
public BigDecimal getAmount()
public Date getTime()
public String getErrorMessage()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.