public class BitMarketOrder extends Object
| Constructor and Description |
|---|
BitMarketOrder(long id,
String market,
BigDecimal amount,
BigDecimal rate,
BigDecimal fiat,
String type,
long time)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
CurrencyPair |
getCurrencyPair() |
BigDecimal |
getFiat() |
long |
getId() |
String |
getMarket() |
BigDecimal |
getRate() |
long |
getTime() |
Date |
getTimestamp() |
Order.OrderType |
getType() |
public BitMarketOrder(long id,
String market,
BigDecimal amount,
BigDecimal rate,
BigDecimal fiat,
String type,
long time)
id - market - amount - rate - fiat - type - time - public long getId()
public String getMarket()
public BigDecimal getAmount()
public BigDecimal getRate()
public BigDecimal getFiat()
public Order.OrderType getType()
public long getTime()
public Date getTimestamp()
public CurrencyPair getCurrencyPair()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.