public class BTCEPlaceOrderResult extends Object
| Constructor and Description |
|---|
BTCEPlaceOrderResult(long orderId,
BigDecimal received,
BigDecimal remains,
Map<String,BigDecimal> funds)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BigDecimal> |
getFunds() |
long |
getOrderId() |
BigDecimal |
getReceived() |
BigDecimal |
getRemains() |
String |
toString() |
public BTCEPlaceOrderResult(long orderId,
BigDecimal received,
BigDecimal remains,
Map<String,BigDecimal> funds)
orderId - received - remains - funds - public long getOrderId()
public Map<String,BigDecimal> getFunds()
public BigDecimal getReceived()
public BigDecimal getRemains()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.