Class BitflyerBaseHistoryResponse
java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerBaseHistoryResponse
- Direct Known Subclasses:
BitflyerCoinHistory
,BitflyerDepositOrWithdrawal
A base class for history related responses
- Author:
- bryant_harris
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetID()
void
setAmount
(BigDecimal amount) void
setCurrencyCode
(String currencyCode) void
setEventDate
(String eventDate) void
void
setOrderID
(String orderID) void
-
Constructor Details
-
BitflyerBaseHistoryResponse
public BitflyerBaseHistoryResponse()
-
-
Method Details
-
getID
-
setID
-
getOrderID
-
setOrderID
-
getCurrencyCode
-
setCurrencyCode
-
getAmount
-
setAmount
-
getStatus
-
setStatus
-
getEventDate
-
setEventDate
-