Class CoinfloorOrder
- java.lang.Object
-
- org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
-
public class CoinfloorOrder extends Object
-
-
Constructor Summary
Constructors Constructor Description CoinfloorOrder(String status, Object reason, int id, String datetime, int type, BigDecimal price, BigDecimal amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAmount()
CurrencyPair
getCurrencyPair()
String
getDatetime()
long
getId()
BigDecimal
getPrice()
Order.OrderType
getSide()
int
getType()
void
setCurrencyPair(CurrencyPair value)
String
toString()
-
-
-
Constructor Detail
-
CoinfloorOrder
public CoinfloorOrder(String status, Object reason, int id, String datetime, int type, BigDecimal price, BigDecimal amount)
-
-
Method Detail
-
getDatetime
public String getDatetime()
-
getId
public long getId()
-
getType
public int getType()
-
getSide
public Order.OrderType getSide()
-
getPrice
public BigDecimal getPrice()
-
getAmount
public BigDecimal getAmount()
-
getCurrencyPair
public CurrencyPair getCurrencyPair()
-
setCurrencyPair
public void setCurrencyPair(CurrencyPair value)
-
-