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