public class BitfinexTrade extends Object
| Constructor and Description |
|---|
BitfinexTrade(BigDecimal price,
BigDecimal amount,
long timestamp,
String exchange,
long tradeId,
String type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getExchange() |
BigDecimal |
getPrice() |
long |
getTimestamp() |
long |
getTradeId() |
String |
getType() |
String |
toString() |
public BitfinexTrade(BigDecimal price, BigDecimal amount, long timestamp, String exchange, long tradeId, String type)
price - amount - timestamp - exchange - tradeId - public BigDecimal getPrice()
public BigDecimal getAmount()
public long getTimestamp()
public String getExchange()
public long getTradeId()
public String getType()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.