public class BTCETradeHistoryResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BTCETradeHistoryResult.Type |
Constructor and Description |
---|
BTCETradeHistoryResult(Long timestamp,
int isYourOrder,
BigDecimal rate,
BigDecimal amount,
Long orderId,
BTCETradeHistoryResult.Type type,
String pair)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
Long |
getOrderId() |
String |
getPair() |
BigDecimal |
getRate() |
Long |
getTimestamp() |
BTCETradeHistoryResult.Type |
getType() |
boolean |
isYourOrder() |
String |
toString() |
public BTCETradeHistoryResult(Long timestamp, int isYourOrder, BigDecimal rate, BigDecimal amount, Long orderId, BTCETradeHistoryResult.Type type, String pair)
timestamp
- isYourOrder
- orderId
- rate
- amount
- type
- pair
- public String getPair()
public BTCETradeHistoryResult.Type getType()
public BigDecimal getAmount()
public BigDecimal getRate()
public Long getTimestamp()
public Long getOrderId()
public boolean isYourOrder()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.