Package org.knowm.xchange.idex.dto
Class TradeHistoryItem
java.lang.Object
org.knowm.xchange.idex.dto.TradeHistoryItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDate()getMaker()getPrice()getTaker()getTotal()getType()getUuid()inthashCode()voidvoidsetBuyerFee(String buyerFee) voidvoidvoidvoidsetOrderHash(String orderHash) voidvoidsetSellerFee(String sellerFee) voidvoidsetTimestamp(BigInteger timestamp) voidvoidsetTransactionHash(String transactionHash) voidsetType(IdexBuySell type) voidtimestamp(BigInteger timestamp) toString()transactionHash(String transactionHash) type(IdexBuySell type)
-
Constructor Details
-
TradeHistoryItem
public TradeHistoryItem()
-
-
Method Details
-
date
-
getDate
-
setDate
-
amount
-
getAmount
-
setAmount
-
type
-
getType
-
setType
-
total
-
getTotal
-
setTotal
-
price
-
getPrice
-
setPrice
-
orderHash
-
getOrderHash
-
setOrderHash
-
uuid
-
getUuid
-
setUuid
-
buyerFee
-
getBuyerFee
-
setBuyerFee
-
sellerFee
-
getSellerFee
-
setSellerFee
-
gasFee
-
getGasFee
-
setGasFee
-
timestamp
-
getTimestamp
-
setTimestamp
-
maker
-
getMaker
-
setMaker
-
taker
-
getTaker
-
setTaker
-
transactionHash
-
getTransactionHash
-
setTransactionHash
-
equals
-
hashCode
public int hashCode() -
toString
-