public class CointraderOrder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CointraderOrder.Type |
| Constructor and Description |
|---|
CointraderOrder(Long id,
Date created,
CointraderOrder.Type type,
BigDecimal quantity,
BigDecimal price,
BigDecimal total,
CurrencyPair currencyPair) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
CurrencyPair |
getCurrencyPair() |
Long |
getId() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
BigDecimal |
getTotal() |
CointraderOrder.Type |
getType() |
String |
toString() |
public CointraderOrder(Long id, Date created, CointraderOrder.Type type, BigDecimal quantity, BigDecimal price, BigDecimal total, CurrencyPair currencyPair) throws si.mazi.rescu.ExceptionalReturnContentException
si.mazi.rescu.ExceptionalReturnContentExceptionpublic Long getId()
public Date getCreated()
public CointraderOrder.Type getType()
public BigDecimal getQuantity()
public BigDecimal getPrice()
public CurrencyPair getCurrencyPair()
public BigDecimal getTotal()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.