public class Funds extends Object
Constructor and Description |
---|
Funds(Map<String,BigDecimal> asset,
Map<String,BigDecimal> borrow,
Map<String,BigDecimal> free,
Map<String,BigDecimal> frozen,
Map<String,BigDecimal> unionFund) |
Modifier and Type | Method and Description |
---|---|
Map<String,BigDecimal> |
getAsset()
Returns the account funds, including net fund and total fund.
|
Map<String,BigDecimal> |
getBorrow()
Returns the account borrowing information (only returned when this
field is not null).
|
Map<String,BigDecimal> |
getFree()
Returns the available fund.
|
Map<String,BigDecimal> |
getFrozen()
Returns the frozen funds.
|
Map<String,BigDecimal> |
getUnionFund()
Returns the fund management information (only returned when this
field is not null).
|
String |
toString() |
public Funds(Map<String,BigDecimal> asset, Map<String,BigDecimal> borrow, Map<String,BigDecimal> free, Map<String,BigDecimal> frozen, Map<String,BigDecimal> unionFund)
public Map<String,BigDecimal> getAsset()
public Map<String,BigDecimal> getBorrow()
public Map<String,BigDecimal> getFree()
public Map<String,BigDecimal> getFrozen()
public Map<String,BigDecimal> getUnionFund()
Copyright © 2013–2017. All rights reserved.