public class KrakenUserTrade extends UserTrade
| Modifier and Type | Class and Description |
|---|---|
static class |
KrakenUserTrade.Builder |
currencyPair, id, price, timestamp, tradableAmount, type| Constructor and Description |
|---|
KrakenUserTrade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id,
String orderId,
BigDecimal feeAmount,
String feeCurrency,
BigDecimal cost) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCost() |
getFeeAmount, getFeeCurrency, getOrderId, toStringequals, getCurrencyPair, getId, getPrice, getTimestamp, getTradableAmount, getType, hashCodepublic KrakenUserTrade(Order.OrderType type, BigDecimal tradableAmount, CurrencyPair currencyPair, BigDecimal price, Date timestamp, String id, String orderId, BigDecimal feeAmount, String feeCurrency, BigDecimal cost)
public BigDecimal getCost()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.